SynchronizeWithJob 메서드

Starts the agent job to synchronize the subscription.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo.dll의 Microsoft.SqlServer.Rmo

구문

‘선언
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.