Share via


SynchronizeWithJob 方法

Starts the agent job to synchronize the subscription.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Public Overridable Sub SynchronizeWithJob
'用途
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()

備註

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.