Compartir a través de


Interfaz IDatabaseTable

Represents a database table.

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
Public Interface IDatabaseTable _
    Inherits ITabular, IMetadataObject
'Uso
Dim instance As IDatabaseTable
public interface IDatabaseTable : ITabular, 
    IMetadataObject
public interface class IDatabaseTable : ITabular, 
    IMetadataObject
type IDatabaseTable =  
    interface
        interface ITabular
        interface IMetadataObject
    end
public interface IDatabaseTable extends ITabular, IMetadataObject

El tipo IDatabaseTable expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública CollationInfo Gets the CollationInfo object that is used by the object collections.
Propiedad pública Columns Gets the collection of columns that belong to this object. (Se hereda de ITabular.)
Propiedad pública Constraints Gets a collection of table constraints.
Propiedad pública Indexes Gets a collection of table indexes.
Propiedad pública Name Gets the name of the metadata object. (Se hereda de IMetadataObject.)
Propiedad pública TabularType Gets the tabular type. (Se hereda de ITabular.)
Propiedad pública Unaliased Gets the ITabular object that this object is an alias for. (Se hereda de ITabular.)

Arriba

Métodos

  Nombre Descripción
Método público Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IMetadataObject.)

Arriba