Элементы 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.

В начало