다음을 통해 공유


PostTracerToken 메서드

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

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

구문

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

The PostTracerToken method is only available for instances of SQL Server 2005.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.