ISystemDataType インターフェイス

定義

public interface ISystemDataType : Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarDataType
type ISystemDataType = interface
    interface IScalarDataType
    interface IDataType
    interface IMetadataObject
Public Interface ISystemDataType
Implements IScalarDataType
派生
実装

プロパティ

名前 説明
BaseSystemDataType (継承元 IScalarDataType)
IsClr (継承元 IScalarDataType)
IsCursor (継承元 IDataType)
IsScalar (継承元 IDataType)
IsSystem (継承元 IScalarDataType)
IsTable (継承元 IDataType)
IsUnknown (継承元 IDataType)
IsVoid (継承元 IScalarDataType)
IsXml (継承元 IScalarDataType)
Length
Name (継承元 IMetadataObject)
NumericPrecision
NumericScale
TypeSpec

メソッド

名前 説明
Accept<T>(IMetadataObjectVisitor<T>) (継承元 IMetadataObject)

拡張メソッド

名前 説明
TypeInfo(IMetadataObject)

適用対象