ITableDataType Interface

Definition

public interface ITableDataType : Microsoft.SqlServer.Management.SqlParser.Metadata.IDatabaseTable, Microsoft.SqlServer.Management.SqlParser.Metadata.IDataType
type ITableDataType = interface
    interface IDataType
    interface IMetadataObject
    interface IDatabaseTable
    interface ITabular
Public Interface ITableDataType
Implements IDatabaseTable, IDataType
Derived
Implements

Properties

Name Description
CollationInfo (Inherited from IDatabaseTable)
Columns (Inherited from ITabular)
Constraints (Inherited from IDatabaseTable)
Indexes (Inherited from IDatabaseTable)
IsCursor (Inherited from IDataType)
IsScalar (Inherited from IDataType)
IsTable (Inherited from IDataType)
IsUnknown (Inherited from IDataType)
Name (Inherited from IMetadataObject)
Statistics (Inherited from IDatabaseTable)
TabularType (Inherited from ITabular)
Unaliased (Inherited from ITabular)

Methods

Name Description
Accept<T>(IMetadataObjectVisitor<T>) (Inherited from IMetadataObject)

Extension Methods

Name Description
TypeInfo(IMetadataObject)

Applies to