Condividi tramite


Interfaccia ITabular

Defines a common interface for all tabular metadata objects.

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

Sintassi

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

Nel tipo ITabular sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Columns Gets the collection of columns that belong to this object.
Proprietà pubblica Name Gets the name of the metadata object. Ereditato da IMetadataObject.
Proprietà pubblica TabularType Gets the tabular type.
Proprietà pubblica Unaliased Gets the ITabular object that this object is an alias for.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IMetadataObject.

In alto