ISystemClrDataType インターフェイス

定義

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

プロパティ

名前 説明
AssemblyName (継承元 IClrDataType)
BaseSystemDataType (継承元 IScalarDataType)
ClassName (継承元 IClrDataType)
DataMembers (継承元 IClrDataType)
IsBinaryOrdered (継承元 IClrDataType)
IsClr (継承元 IScalarDataType)
IsComVisible (継承元 IClrDataType)
IsCursor (継承元 IDataType)
IsNullable (継承元 IClrDataType)
IsScalar (継承元 IDataType)
IsSystem (継承元 IScalarDataType)
IsTable (継承元 IDataType)
IsUnknown (継承元 IDataType)
IsVoid (継承元 IScalarDataType)
IsXml (継承元 IScalarDataType)
Length (継承元 ISystemDataType)
Methods (継承元 IClrDataType)
Name (継承元 IMetadataObject)
NumericPrecision (継承元 ISystemDataType)
NumericScale (継承元 ISystemDataType)
TypeSpec (継承元 ISystemDataType)

メソッド

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

拡張メソッド

名前 説明
TypeInfo(IMetadataObject)

適用対象