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.