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)

適用対象