Partager via


Méthode ITransSynchronizationAgent.IsSnapshotRequired

Specifies whether a new snapshot will be applied during the next agent synchronization.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Function IsSnapshotRequired As Boolean
'Utilisation
Dim instance As ITransSynchronizationAgent 
Dim returnValue As Boolean 

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

Valeur de retour

Type : System.Boolean
True if a new snapshot will be applied during the next agent synchronization; otherwise, false.

Voir aussi

Référence

ITransSynchronizationAgent Interface

Espace de noms Microsoft.SqlServer.Replication