Méthode SynchronizeWithJob
Starts the agent job to synchronize the subscription.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Public Overridable Sub SynchronizeWithJob
'Utilisation
Dim instance As PullSubscription
instance.SynchronizeWithJob()
public virtual void SynchronizeWithJob()
public:
virtual void SynchronizeWithJob()
abstract SynchronizeWithJob : unit -> unit
override SynchronizeWithJob : unit -> unit
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.
Voir aussi