View Element
X-Ref:
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
EnableCheckOption | Boolean | False | Forces any updates done through the view to conform to the view criteria. Forces any updates done through the view to follow the criteria set in the SELECT statement. |
EnableEncryption | Boolean | False | Indicates that the view should be encrypted. |
EnableSchemaBinding | Boolean | False | Indicates that the view is bound to the underlying tables. Modifications to the underlying tables will be prevented if they would affect the vew definition. |
EnableViewMetadata | Boolean | False | Indicates that SQL Server will return metadata about the view, instead of the base tables. |
ViewType | ViewType | View | Indicates whether this table is emitted as a view. |
Singleton Children
Child | API Type | Description |
---|---|---|
<SelectSql /> | String | String is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx. This is a required property |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |