次の方法で共有


IWithCompositeIndexes<ParentT> インターフェイス

定義

複合インデックスを設定できるインデックス作成ポリシー更新のステージ。

public interface IWithCompositeIndexes<ParentT>
type IWithCompositeIndexes<'ParentT> = interface
Public Interface IWithCompositeIndexes(Of ParentT)

型パラメーター

ParentT

この更新プログラムをアタッチした後に戻る親更新プログラムのステージ。

派生

メソッド

WithCompositeIndex(IList<CompositePath>)

複合インデックスを指定します。

WithCompositeIndexesAppend(IList<IList<CompositePath>>)

複合インデックスを追加します。

WithCompositeIndexesReplace(IList<IList<CompositePath>>)

複合インデックスを置き換えます。

WithNewCompositeIndexList()

複合インデックスの空のリストを指定して、すべての複合パスを設定します。

WithoutCompositeIndexes()

すべての複合インデックスを削除します。

適用対象