共用方式為


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.

請參閱

參考

IMergeSynchronizationAgent 介面

Microsoft.SqlServer.Replication 命名空間