IMutableScalarDataType インターフェイス

定義

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

プロパティ

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

メソッド

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

拡張メソッド

名前 説明
TypeInfo(IMetadataObject)

適用対象