다음을 통해 공유


IsSnapshotRequired 메서드

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

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication.dll의 Microsoft.SqlServer.Replication

구문

‘선언
Public Overridable Function IsSnapshotRequired As Boolean
‘사용 방법
Dim instance As MergeSynchronizationAgent
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
A Boolean value that indicates whether a new snapshot will be applied.

구현

IMergeSynchronizationAgent. . :: . .IsSnapshotRequired() () () ()

주의

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