共用方式為


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 命名空間