次の方法で共有


ResynchronizeType 列挙体

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

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Enumeration ResynchronizeType
'使用
Dim instance As ResynchronizeType
public enum ResynchronizeType
public enum class ResynchronizeType
type ResynchronizeType
public enum ResynchronizeType

メンバー

メンバー名 説明
SinceLastSnapshotApplied 最後のスナップショットが適用されてからのすべての変更について、サブスクリプションを再同期します。
SinceLastSuccessfulValidation 最後に検証が成功してからのすべての変更について、サブスクリプションを再同期します。
SinceGivenDateTime 指定した日時からのすべての変更について、サブスクリプションを再同期します。

説明

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

関連項目

参照

Microsoft.SqlServer.Replication 名前空間