IMergeSynchronizationAgent.IsSnapshotRequired メソッド
Gets or sets a value that indicates whether a new snapshot will be applied during the next agent synchronization.
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)
構文
'宣言
Function IsSnapshotRequired As Boolean
'使用
Dim instance As IMergeSynchronizationAgent
Dim returnValue As Boolean
returnValue = instance.IsSnapshotRequired()
bool IsSnapshotRequired()
bool IsSnapshotRequired()
abstract IsSnapshotRequired : unit -> bool
function IsSnapshotRequired() : boolean
戻り値
型: System.Boolean
true if a new snapshot will be applied during the next agent synchronization; otherwise, false.