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 编程)

为事务复制测量滞后时间和验证连接