ITableDataType 接口

定义

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
派生
实现

属性

名称 说明
CollationInfo (继承自 IDatabaseTable)
Columns (继承自 ITabular)
Constraints (继承自 IDatabaseTable)
Indexes (继承自 IDatabaseTable)
IsCursor (继承自 IDataType)
IsScalar (继承自 IDataType)
IsTable (继承自 IDataType)
IsUnknown (继承自 IDataType)
Name (继承自 IMetadataObject)
Statistics (继承自 IDatabaseTable)
TabularType (继承自 ITabular)
Unaliased (继承自 ITabular)

方法

名称 说明
Accept<T>(IMetadataObjectVisitor<T>) (继承自 IMetadataObject)

扩展方法

名称 说明
TypeInfo(IMetadataObject)

适用于