EnumTracerTokens 메서드
Returns all tracer tokens that have been inserted into the monitored transactional publication.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo.dll의 Microsoft.SqlServer.Rmo
구문
‘선언
Public Function EnumTracerTokens As ArrayList
‘사용 방법
Dim instance As PublicationMonitor
Dim returnValue As ArrayList
returnValue = instance.EnumTracerTokens()
public ArrayList EnumTracerTokens()
public:
ArrayList^ EnumTracerTokens()
member EnumTracerTokens : unit -> ArrayList
public function EnumTracerTokens() : ArrayList
반환 값
형식: System.Collections. . :: . .ArrayList
An ArrayList of TracerToken objects.
주의
The EnumTracerTokens method is only valid for transactional publications.
The EnumTracerTokens method can only be called by members of the db_owner or replmonitor fixed database roles in the distribution database.
Calling EnumTracerTokens is equivalent to executing sp_helptracertokens(Transact-SQL).
The EnumTracerTokenHistory method is available only with SQL Server 2005.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.