IViewOptions Members
Include Protected Members
Include Inherited Members
The IViewOptions class is an interface that represents a collection of options that is associated with a view.
The IViewOptions type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | AnsiNullsStatus | |
| .gif) | CreateDate | Gets the date and time when the view was created. | 
| .gif) | DateLastModified | |
| .gif) | ID | |
| .gif) | IsEncrypted | |
| .gif) | IsSchemaBound | Gets the Boolean value that determines whether a schema is bound to the view. | 
| .gif) | IsSchemaOwned | Gets the Boolean value that determines whether the view schema has an owner. | 
| .gif) | IsSystemObject | Gets the Boolean value that determines whether the view is a system object. | 
| .gif) | Name | Gets or sets the name of the view. | 
| .gif) | QuotedIdentifierStatus | Gets or sets the Boolean value that determines whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules. | 
| .gif) | ReturnsViewMetadata | Gets the Boolean value that determines whether the metadata is returned with the view data. | 
Top