Condividi tramite


Interfaccia ITableViewBase

Base interface for the ITable and IView interfaces.

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

Sintassi

'Dichiarazione
Public Interface ITableViewBase _
    Inherits IDatabaseTable, ITabular, ISchemaOwnedObject, IDatabaseObject,  _
    IMetadataObject
'Utilizzo
Dim instance As ITableViewBase
public interface ITableViewBase : IDatabaseTable, 
    ITabular, ISchemaOwnedObject, IDatabaseObject, IMetadataObject
public interface class ITableViewBase : IDatabaseTable, 
    ITabular, ISchemaOwnedObject, IDatabaseObject, IMetadataObject
type ITableViewBase =  
    interface
        interface IDatabaseTable
        interface ITabular
        interface ISchemaOwnedObject
        interface IDatabaseObject
        interface IMetadataObject
    end
public interface ITableViewBase extends IDatabaseTable, ITabular, ISchemaOwnedObject, IDatabaseObject, IMetadataObject

Nel tipo ITableViewBase 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 ITabular.
Proprietà pubblica Constraints Gets a collection of table constraints. Ereditato da IDatabaseTable.
Proprietà pubblica Indexes Gets a collection of table indexes. Ereditato da IDatabaseTable.
Proprietà pubblica IsQuotedIdentifierOn Gets a Boolean value that indicates whether the quoted identifier option is on.
Proprietà pubblica IsSystemObject Gets a value that indicates whether this is a system object. Ereditato da IDatabaseObject.
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 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.
Proprietà pubblica Unaliased Gets the ITabular object that this object is an alias for. Ereditato da ITabular.

In alto