IVoidDataType インターフェイス

定義

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

プロパティ

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

メソッド

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

拡張メソッド

名前 説明
TypeInfo(IMetadataObject)

適用対象