Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Starts the agent job to synchronize the subscription.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Overridable Sub SynchronizeWithJob
'Usage
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()
Remarks
Calling SynchronizeWithJob is equivalent to executing sp_start_job (Transact-SQL) to start the job.
See Also
Reference
Microsoft.SqlServer.Replication Namespace