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
)
member SetFilterForgottenKnowledge : 
        filterKey:uint32 * 
        filterForgottenKnowledge:SyncKnowledge -> unit 
public function SetFilterForgottenKnowledge(
    filterKey : uint, 
    filterForgottenKnowledge : SyncKnowledge
)

パラメーター

  • filterKey
    型 : System. . :: . .UInt32
    filterForgottenKnowledge が関連しているフィルターのフィルター キーです。

例外

例外 条件
ArgumentException

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

ArgumentNullException

filterKey が null Nothing nullptr unit NULL 参照 (Visual Basic では Nothing) です。

ObjectDisposedException

この ChangeBatchBase は破棄されています。

SyncInvalidOperationException

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

説明

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

参照

参照

ChangeBatchBaseクラス

ChangeBatchBase メンバー

Microsoft.Synchronization 名前空間