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
衍生
實作

屬性

名稱 Description
BaseSystemDataType
IsClr (繼承來源 IScalarDataType)
IsCursor (繼承來源 IDataType)
IsScalar (繼承來源 IDataType)
IsSystem (繼承來源 IScalarDataType)
IsTable (繼承來源 IDataType)
IsUnknown (繼承來源 IMutableDataType)
IsVoid (繼承來源 IScalarDataType)
IsXml (繼承來源 IScalarDataType)
Name (繼承來源 IMetadataObject)

方法

名稱 Description
Accept<T>(IMetadataObjectVisitor<T>) (繼承來源 IMetadataObject)

擴充方法

名稱 Description
TypeInfo(IMetadataObject)

適用於