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.