IViewOptions 成員

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

IViewOptions 型別公開下列成員。

屬性

  名稱 描述
公用屬性 AnsiNullsStatus
公用屬性 CreateDate Gets the date and time when the view was created.
公用屬性 DateLastModified
公用屬性 ID
公用屬性 IsEncrypted
公用屬性 IsSchemaBound Gets the Boolean value that determines whether a schema is bound to the view.
公用屬性 IsSchemaOwned Gets the Boolean value that determines whether the view schema has an owner.
公用屬性 IsSystemObject Gets the Boolean value that determines whether the view is a system object.
公用屬性 Name Gets or sets the name of the view.
公用屬性 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.
公用屬性 ReturnsViewMetadata Gets the Boolean value that determines whether the metadata is returned with the view data.

頂端