次の方法で共有


ChangeBatchBase.SetFilterForgottenKnowledge メソッド

指定されたフィルターに関するフィルターの忘れられたナレッジを設定します。

名前空間: Microsoft.Synchronization
アセンブリ: Microsoft.Synchronization (microsoft.synchronization.dll 内)

構文

'宣言
Public Sub SetFilterForgottenKnowledge ( _
    filterKey As UInteger, _
    filterForgottenKnowledge As SyncKnowledge _
)
'使用
Dim instance As ChangeBatchBase
Dim filterKey As UInteger
Dim filterForgottenKnowledge As SyncKnowledge

instance.SetFilterForgottenKnowledge(filterKey, filterForgottenKnowledge)
public void SetFilterForgottenKnowledge (
    uint filterKey,
    SyncKnowledge filterForgottenKnowledge
)
public:
void SetFilterForgottenKnowledge (
    unsigned int filterKey, 
    SyncKnowledge^ filterForgottenKnowledge
)
public void SetFilterForgottenKnowledge (
    UInt32 filterKey, 
    SyncKnowledge filterForgottenKnowledge
)
public function SetFilterForgottenKnowledge (
    filterKey : uint, 
    filterForgottenKnowledge : SyncKnowledge
)

パラメーター

  • filterKey
    filterForgottenKnowledge が関連しているフィルターのフィルター キーです。
  • filterForgottenKnowledge
    filterKey で識別されるフィルターの、フィルターの忘れられたナレッジです。

例外

例外の種類 条件

ArgumentException

変更バッチにフィルター キー マップが含まれていないか、filterKey が無効な値です。

SyncInvalidOperationException

変更バッチでグループが開始されています。この例外は、filterKey で指定されたフィルターに、フィルターの忘れられたナレッジが既に設定されている場合にもスローされます。

解説

フィルターの忘れられたナレッジは、現在開いているグループに適用されます。

参照

リファレンス

ChangeBatchBase クラス
ChangeBatchBase メンバー
Microsoft.Synchronization 名前空間