Partilhar via


Interface ITabular

Defines a common interface for all tabular metadata objects.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
Public Interface ITabular _
    Inherits IMetadataObject
'Uso
Dim instance As ITabular
public interface ITabular : IMetadataObject
public interface class ITabular : IMetadataObject
type ITabular =  
    interface
        interface IMetadataObject
    end
public interface ITabular extends IMetadataObject

O tipo ITabular expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Columns Gets the collection of columns that belong to this object.
Propriedade pública Name Gets the name of the metadata object. (Herdado de IMetadataObject.)
Propriedade pública TabularType Gets the tabular type.
Propriedade pública Unaliased Gets the ITabular object that this object is an alias for.

Início

Métodos

  Nome Descrição
Método público Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IMetadataObject.)

Início