Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The IsSnapshotRequired Method connects to the Publisher or Distributor and the Subscriber to determine if a new snapshot will be applied during the next agent Run Method (Replication ActiveX).
Syntaxe
object.IsSnapshotRequired
| Part | Description |
|---|---|
object |
Expression that evaluates to an object in the Applies To list. |
Applies To
SQLDistribution Object (Replication ActiveX)
SQLMerge Object (Replication ActiveX)
Valeur de retour
A Boolean value that specifies whether a new snapshot will be applied during the next replication agent run to synchronize the subscription. If True, a new snapshot will be applied. If False, a new snapshot will not be applied.
Notes
You must call Initialize Method (Replication ActiveX) before calling IsSnapshotRequired.
Prototype (C/C++)
HRESULT IsSnapshotRequired( );