Compartir a través de


IViewOptions Miembros

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

El tipo IViewOptions expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública AnsiNullsStatus
Propiedad pública CreateDate Gets the date and time when the view was created.
Propiedad pública DateLastModified
Propiedad pública ID
Propiedad pública IsEncrypted
Propiedad pública IsSchemaBound Gets the Boolean value that determines whether a schema is bound to the view.
Propiedad pública IsSchemaOwned Gets the Boolean value that determines whether the view schema has an owner.
Propiedad pública IsSystemObject Gets the Boolean value that determines whether the view is a system object.
Propiedad pública Name Gets or sets the name of the view.
Propiedad pública 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.
Propiedad pública ReturnsViewMetadata Gets the Boolean value that determines whether the metadata is returned with the view data.

Principio