次の方法で共有


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

定義

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

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

型パラメーター

ParentT

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

派生

メソッド

Attach()

複合インデックスの最後のリストをアタッチします。

WithCompositePath(CompositePath)

最後のリストへの複合パスアタッチを指定します。

WithCompositePath(String, CompositePathSortOrder)

最後のリストへの複合パスアタッチを指定します。

適用対象