共用方式為


SaveChangeWithChangeUnitsContext.GetUpdatedFilterForgottenKnowledge 方法

命名空間: Microsoft.Synchronization
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)

語法

'宣告
Public Function GetUpdatedFilterForgottenKnowledge ( _
    filterIndex As UInteger _
) As ForgottenKnowledge
'用途
Dim instance As SaveChangeWithChangeUnitsContext
Dim filterIndex As UInteger
Dim returnValue As ForgottenKnowledge

returnValue = instance.GetUpdatedFilterForgottenKnowledge(filterIndex)
public ForgottenKnowledge GetUpdatedFilterForgottenKnowledge (
    uint filterIndex
)
public:
ForgottenKnowledge^ GetUpdatedFilterForgottenKnowledge (
    unsigned int filterIndex
)
public ForgottenKnowledge GetUpdatedFilterForgottenKnowledge (
    UInt32 filterIndex
)
public function GetUpdatedFilterForgottenKnowledge (
    filterIndex : uint
) : ForgottenKnowledge

參數

  • filterIndex
    可在目的地複寫之篩選機碼對應中識別篩選的索引。

傳回值

指定之篩選的篩選被遺忘知識。

例外

例外狀況型別 條件

ArgumentException

filterIndex 不是有效的值。

備註

表示追蹤篩選之複寫的目的地提供者必須呼叫這個方法來擷取套用至目的地複寫之每項變更的相關更新資訊。當這個方法傳回非 null 參考 (在 Visual Basic 中為 Nothing) 的值時,目的地提供者就必須取代目的地複寫的篩選被遺忘知識。如果這個方法傳回 null 參考 (在 Visual Basic 中為 Nothing),則必須保留目的地複寫目前的篩選被遺忘知識。

請參閱

參考

SaveChangeWithChangeUnitsContext 類別
SaveChangeWithChangeUnitsContext 成員
Microsoft.Synchronization 命名空間