Freigeben über


ITabular-Schnittstelle

Defines a common interface for all tabular metadata objects.

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

Syntax

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

Der ITabular-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Columns Gets the collection of columns that belong to this object.
Öffentliche Eigenschaft Name Gets the name of the metadata object. (Geerbt von IMetadataObject.)
Öffentliche Eigenschaft TabularType Gets the tabular type.
Öffentliche Eigenschaft Unaliased Gets the ITabular object that this object is an alias for.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Geerbt von IMetadataObject.)

Zum Anfang