ITransSynchronizationAgent.IsSnapshotRequired 方法

Specifies 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 ITransSynchronizationAgent 
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.

请参阅

参考

ITransSynchronizationAgent 接口

Microsoft.SqlServer.Replication 命名空间