Метод PullSubscription.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.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Replication
Другие ресурсы
Как синхронизировать подписку по запросу (программирование объектов RMO)