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


Метод PublicationMonitor.EnumTracerTokens

Returns all tracer tokens that have been inserted into the monitored transactional publication.

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

Синтаксис

'Декларация
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).

См. также

Справочник

PublicationMonitor Класс

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

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

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