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 | |
---|---|---|
Columns | Gets the collection of columns that belong to this object. | |
Name | Gets the name of the metadata object. (Herdado de IMetadataObject.) | |
TabularType | Gets the tabular type. | |
Unaliased | Gets the ITabular object that this object is an alias for. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IMetadataObject.) |
Início