Поделиться через


Метод TransPublication.PostTracerToken

Posts a tracer token into the Publisher log to begin the process of determining latency.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public Function PostTracerToken As Integer
'Применение
Dim instance As TransPublication 
Dim returnValue As Integer 

returnValue = instance.PostTracerToken()
public int PostTracerToken()
public:
int PostTracerToken()
member PostTracerToken : unit -> int
public function PostTracerToken() : int

Возвращаемое значение

Тип: System.Int32

Замечания

The PostTracerToken method can only be called by members of the sysadmin fixed server role at the Publisher or by members of the db_owner fixed database role on the publication database.

Calling PostTracerToken is equivalent to executing sp_posttracertoken.

См. также

Справочник

TransPublication Класс

Пространство имен Microsoft.SqlServer.Replication

Другие ресурсы

Измерение задержки и проверка соединения для репликации транзакций (программирование объектов RMO)

Измерение задержки и проверка правильности соединений для репликации транзакций