次の方法で共有


IMutableIndex インターフェイス

変更可能な SQL Server インデックスを表します。

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

構文

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

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

プロパティ

  名前 説明
パブリック プロパティ Name メタデータ オブジェクトの名前を取得します。 (IMetadataObject から継承されています。)
パブリック プロパティ Parent このオブジェクトの親である ITabular オブジェクトを取得します。 (IIndex から継承されています。)

先頭に戻る

メソッド

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

先頭に戻る