ResynchronizeType 列挙型

定義

マージサブスクリプションの再同期時に適用される変更を指定する値を列挙します。

public enum class ResynchronizeType
public enum ResynchronizeType
type ResynchronizeType = 
Public Enum ResynchronizeType
継承
ResynchronizeType

フィールド

名前 説明
SinceLastSnapshotApplied 0

前回のスナップショットが適用された以降のすべての変更とサブスクリプションを再同期します。

SinceLastSuccessfulValidation 1

前回の検証成功以降のすべての変更とサブスクリプションを再同期します。

SinceGivenDateTime 2

特定の日時以降のすべての変更とサブスクリプションを再同期します。

注釈

この名前空間、クラス、またはメンバーは.NETフレームワークのバージョン2.0でのみサポートされています。

適用対象