次の方法で共有


IUdtMember インターフェイス

すべてのユーザー定義型のメンバーに共通のインターフェイスを定義します。

名前空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ:  Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)

構文

'宣言
Public Interface IUdtMember _
    Inherits IScalar, IMetadataObject
'使用
Dim instance As IUdtMember
public interface IUdtMember : IScalar, 
    IMetadataObject
public interface class IUdtMember : IScalar, 
    IMetadataObject
type IUdtMember =  
    interface
        interface IScalar
        interface IMetadataObject
    end
public interface IUdtMember extends IScalar, IMetadataObject

IUdtMember 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ DataType スカラー データ型を取得します。 (IScalar から継承されています。)
パブリック プロパティ IsStatic 静的メンバーかどうかを示す値を取得します。
パブリック プロパティ Name メタデータ オブジェクトの名前を取得します。 (IMetadataObject から継承されています。)
パブリック プロパティ Nullable スカラー オブジェクトが NULL 値を許容するかどうかを示すブール値を取得します。 (IScalar から継承されています。)
パブリック プロパティ ScalarType スカラー型を取得します。 (IScalar から継承されています。)
パブリック プロパティ UserDefinedType このユーザー定義型のメンバーの CLR 型を取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Accept< (Of < <' (T> ) > > ) 指定した IMetadataObjectVisitor<(Of <(<'T>)>)> オブジェクトからのアクセスを許可します。 (IMetadataObject から継承されています。)

先頭に戻る