次の方法で共有


IUserDefinedTableType インターフェイス

ユーザー定義テーブル型を表します。

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

構文

'宣言
Public Interface IUserDefinedTableType _
    Inherits IUserDefinedType, ISchemaOwnedObject, IDatabaseObject, ITableDataType,  _
    IDataType, IDatabaseTable, ITabular, IMetadataObject
'使用
Dim instance As IUserDefinedTableType
public interface IUserDefinedTableType : IUserDefinedType, 
    ISchemaOwnedObject, IDatabaseObject, ITableDataType, IDataType, IDatabaseTable, 
    ITabular, IMetadataObject
public interface class IUserDefinedTableType : IUserDefinedType, 
    ISchemaOwnedObject, IDatabaseObject, ITableDataType, IDataType, IDatabaseTable, 
    ITabular, IMetadataObject
type IUserDefinedTableType =  
    interface
        interface IUserDefinedType
        interface ISchemaOwnedObject
        interface IDatabaseObject
        interface ITableDataType
        interface IDataType
        interface IDatabaseTable
        interface ITabular
        interface IMetadataObject
    end
public interface IUserDefinedTableType extends IUserDefinedType, ISchemaOwnedObject, IDatabaseObject, ITableDataType, IDataType, IDatabaseTable, ITabular, IMetadataObject

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

プロパティ

  名前 説明
パブリック プロパティ CollationInfo オブジェクト コレクションによって使用される CollationInfo オブジェクトを取得します。 (IDatabaseTable から継承されています。)
パブリック プロパティ Columns このオブジェクトに属する列のコレクションを取得します。 (ITabular から継承されています。)
パブリック プロパティ Constraints テーブル制約のコレクションを取得します。 (IDatabaseTable から継承されています。)
パブリック プロパティ Indexes テーブル インデックスのコレクションを取得します。 (IDatabaseTable から継承されています。)
パブリック プロパティ IsCursor カーソル データ型かどうかを示す値を取得します。 (IDataType から継承されています。)
パブリック プロパティ IsScalar スカラー データ型かどうかを示す値を取得します。 (IDataType から継承されています。)
パブリック プロパティ IsSystemObject システム オブジェクトであるかどうかを示す値を取得します。 (IDatabaseObject から継承されています。)
パブリック プロパティ IsTable テーブル データ型かどうかを示す値を取得します。 (IDataType から継承されています。)
パブリック プロパティ IsUnknown データ型のインスタンスが不明な型のプレースホルダーであるかどうかを示す値を取得します。 (IDataType から継承されています。)
パブリック プロパティ Name メタデータ オブジェクトの名前を取得します。 (IMetadataObject から継承されています。)
パブリック プロパティ Parent このオブジェクトの親である IDatabaseObject オブジェクトを取得します。 (IDatabaseObject から継承されています。)
パブリック プロパティ Schema このオブジェクトを所有する ISchema オブジェクトを取得します。 (ISchemaOwnedObject から継承されています。)
パブリック プロパティ TabularType 表形式の型を取得します。 (ITabular から継承されています。)
パブリック プロパティ Unaliased このオブジェクトが別名となっている、元の ITabular オブジェクトを取得します。 (ITabular から継承されています。)

先頭に戻る

メソッド

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

先頭に戻る