Método ITransSynchronizationAgent.IsSnapshotRequired
Specifies whether a new snapshot will be applied during the next agent synchronization.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)
Sintaxe
'Declaração
Function IsSnapshotRequired As Boolean
'Uso
Dim instance As ITransSynchronizationAgent
Dim returnValue As Boolean
returnValue = instance.IsSnapshotRequired()
bool IsSnapshotRequired()
bool IsSnapshotRequired()
abstract IsSnapshotRequired : unit -> bool
function IsSnapshotRequired() : boolean
Valor de retorno
Tipo: System.Boolean
True if a new snapshot will be applied during the next agent synchronization; otherwise, false.