Udostępnij przez


IViewOptions Members

The IViewOptions class is an interface that represents a collection of options that is associated with a view.

The following tables list the members exposed by the IViewOptions type.

Public Properties

  Name Description
Cc646254.pubproperty(pl-pl,SQL.100).gif AnsiNullsStatus  
Cc646254.pubproperty(pl-pl,SQL.100).gif CreateDate Gets the date and time when the view was created.This property is not CLS-compliant.
Cc646254.pubproperty(pl-pl,SQL.100).gif DateLastModified  
Cc646254.pubproperty(pl-pl,SQL.100).gif ID  
Cc646254.pubproperty(pl-pl,SQL.100).gif IsEncrypted  
Cc646254.pubproperty(pl-pl,SQL.100).gif IsSchemaBound Gets the Boolean value that determines whether a schema is bound to the view. This property is not CLS-compliant.
Cc646254.pubproperty(pl-pl,SQL.100).gif IsSchemaOwned Gets the Boolean value that determines whether the view schema has an owner. This property is not CLS-compliant.
Cc646254.pubproperty(pl-pl,SQL.100).gif IsSystemObject Gets the Boolean value that determines whether the view is a system object.This property is not CLS-compliant.
Cc646254.pubproperty(pl-pl,SQL.100).gif Name Gets or sets the name of the view.This property is not CLS-compliant.
Cc646254.pubproperty(pl-pl,SQL.100).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.This property is not CLS-compliant.
Cc646254.pubproperty(pl-pl,SQL.100).gif ReturnsViewMetadata Gets the Boolean value that determines whether the metadata is returned with the view data.This property is not CLS-compliant.

Top