Membres IViewOptions

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

Le type IViewOptions expose les membres suivants.

Propriétés

  Nom Description
Propriété publique AnsiNullsStatus
Propriété publique CreateDate Gets the date and time when the view was created.
Propriété publique DateLastModified
Propriété publique ID
Propriété publique IsEncrypted
Propriété publique IsSchemaBound Gets the Boolean value that determines whether a schema is bound to the view.
Propriété publique IsSchemaOwned Gets the Boolean value that determines whether the view schema has an owner.
Propriété publique IsSystemObject Gets the Boolean value that determines whether the view is a system object.
Propriété publique Name Gets or sets the name of the view.
Propriété publique 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.
Propriété publique ReturnsViewMetadata Gets the Boolean value that determines whether the metadata is returned with the view data.

Haut de la page