Condividi tramite


Interfaccia IMutableView

Represents a mutable SQL Server database view. 

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
Public Interface IMutableView _
    Inherits IView, IMutableTableViewBase, ITableViewBase, IMutableDatabaseTable,  _
    IDatabaseTable, IMutableTabular, ITabular, IMutableSchemaOwnedObject, ISchemaOwnedObject,  _
    IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, IMetadataObject
'Utilizzo
Dim instance As IMutableView
public interface IMutableView : IView, 
    IMutableTableViewBase, ITableViewBase, IMutableDatabaseTable, IDatabaseTable, IMutableTabular, 
    ITabular, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject, 
    IMutableMetadataObject, IMetadataObject
public interface class IMutableView : IView, 
    IMutableTableViewBase, ITableViewBase, IMutableDatabaseTable, IDatabaseTable, IMutableTabular, 
    ITabular, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject, 
    IMutableMetadataObject, IMetadataObject
type IMutableView =  
    interface
        interface IView
        interface IMutableTableViewBase
        interface ITableViewBase
        interface IMutableDatabaseTable
        interface IDatabaseTable
        interface IMutableTabular
        interface ITabular
        interface IMutableSchemaOwnedObject
        interface ISchemaOwnedObject
        interface IMutableDatabaseObject
        interface IDatabaseObject
        interface IMutableMetadataObject
        interface IMetadataObject
    end
public interface IMutableView extends IView, IMutableTableViewBase, ITableViewBase, IMutableDatabaseTable, IDatabaseTable, IMutableTabular, ITabular, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, IMetadataObject

Nel tipo IMutableView sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica CollationInfo Gets the CollationInfo object that is used by the object collections. Ereditato da IDatabaseTable.
Proprietà pubblica Columns Gets the collection of columns that belong to this object. Ereditato da IMutableTabular.
Proprietà pubblica Columns Gets the collection of columns that belong to this object. Ereditato da ITabular.
Proprietà pubblica Constraints Gets a collection of table constraints. Ereditato da IDatabaseTable.
Proprietà pubblica Constraints Gets a collection of table constraints. Ereditato da IMutableDatabaseTable.
Proprietà pubblica HasCheckOption Gets or sets a value that indicates whether the view uses the WITH CHECK OPTION option.
Proprietà pubblica HasCheckOption Gets a value that indicates whether the view uses the WITH CHECK option. Ereditato da IView.
Proprietà pubblica HasColumnSpecification Gets or sets a Boolean value on whether the view has a column specification.
Proprietà pubblica HasColumnSpecification A Boolean value that specifies if the view has a column specification. Ereditato da IView.
Proprietà pubblica Indexes Gets a collection of table indexes. Ereditato da IDatabaseTable.
Proprietà pubblica Indexes Gets a collection of table indexes. Ereditato da IMutableDatabaseTable.
Proprietà pubblica IsEncrypted Gets or sets a value that indicates whether the view is encrypted.
Proprietà pubblica IsEncrypted Gets a value that indicates whether the view is encrypted. Ereditato da IView.
Proprietà pubblica IsQuotedIdentifierOn Gets or sets a Boolean value that indicates whether the quoted identifier is on. Ereditato da IMutableTableViewBase.
Proprietà pubblica IsQuotedIdentifierOn Gets a Boolean value that indicates whether the quoted identifier option is on. Ereditato da ITableViewBase.
Proprietà pubblica IsSchemaBound Gets or sets a value that indicates whether a schema is bound to the view.
Proprietà pubblica IsSchemaBound Gets a value that indicates whether a schema is bound to the view. Ereditato da IView.
Proprietà pubblica IsSystemObject Gets a value that indicates whether this is a system object. Ereditato da IDatabaseObject.
Proprietà pubblica IsSystemObject Gets or sets a value that indicates whether this is a system object. Ereditato da IMutableDatabaseObject.
Proprietà pubblica Name Gets the name of the metadata object. Ereditato da IMetadataObject.
Proprietà pubblica Parent Gets the IDatabaseObject object that is the parent of this object. Ereditato da IDatabaseObject.
Proprietà pubblica QueryText Gets or sets the Transact-SQL string that defines the view query.
Proprietà pubblica QueryText Gets the Transact-SQL string that defines the view query. Ereditato da IView.
Proprietà pubblica ReturnsViewMetadata Gets or sets a value that indicates whether the metadata is returned with the view data.
Proprietà pubblica ReturnsViewMetadata Gets a value that indicates whether the metadata is returned with the view data. Ereditato da IView.
Proprietà pubblica Schema Gets the ISchema object that owns this object. Ereditato da ISchemaOwnedObject.
Proprietà pubblica TabularType Gets the tabular type. Ereditato da ITabular.
Proprietà pubblica Triggers Gets a collection of DML triggers. Ereditato da IMutableTableViewBase.
Proprietà pubblica Triggers Gets a collection of DML triggers. Ereditato da ITableViewBase.
Proprietà pubblica Unaliased Gets the ITabular object that this object is an alias for. Ereditato da ITabular.

In alto