次の方法で共有


TransSynchronizationAgent.IsSnapshotRequired メソッド

Connects to the Distributor and the Subscriber to determine whether a new snapshot will be applied during the next agent synchronization.

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)

構文

'宣言
Public Overridable Function IsSnapshotRequired As Boolean
'使用
Dim instance As TransSynchronizationAgent 
Dim returnValue As Boolean 

returnValue = instance.IsSnapshotRequired()
public virtual bool IsSnapshotRequired()
public:
virtual bool IsSnapshotRequired()
abstract IsSnapshotRequired : unit -> bool  
override IsSnapshotRequired : unit -> bool
public function IsSnapshotRequired() : boolean

戻り値

型: System.Boolean
true if a new snapshot will be applied; otherwise, false.

実装

ITransSynchronizationAgent.IsSnapshotRequired()

説明

If IsSnapshotRequired returns true, a new snapshot will be applied; and if it returns false, a new snapshot will not be applied.

関連項目

参照

TransSynchronizationAgent クラス

Microsoft.SqlServer.Replication 名前空間