IMutableDataType 接口

定义

public interface IMutableDataType : Microsoft.SqlServer.Management.SqlParser.Metadata.IDataType, Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataObject
type IMutableDataType = interface
    interface IDataType
    interface IMetadataObject
    interface IMutableMetadataObject
Public Interface IMutableDataType
Implements IDataType, IMutableMetadataObject
派生
实现

属性

名称 说明
IsCursor (继承自 IDataType)
IsScalar (继承自 IDataType)
IsTable (继承自 IDataType)
IsUnknown
Name (继承自 IMetadataObject)

方法

名称 说明
Accept<T>(IMetadataObjectVisitor<T>) (继承自 IMetadataObject)

扩展方法

名称 说明
TypeInfo(IMetadataObject)

适用于