Partager via


PullSubscription.SynchronizeWithJob Method

Starts the agent job to synchronize the subscription.

Espace de noms: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Syntaxe

'Déclaration
Public Overridable Sub SynchronizeWithJob
public virtual void SynchronizeWithJob ()
public:
virtual void SynchronizeWithJob ()
public void SynchronizeWithJob ()
public function SynchronizeWithJob ()

Notes

Calling SynchronizeWithJob is equivalent to executing sp_start_job (Transact-SQL) to start the job.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

PullSubscription Class
PullSubscription Members
Microsoft.SqlServer.Replication Namespace

Autres ressources

Procédure : synchroniser un abonnement par extraction de données (pull) (Programmation RMO)