Partager via


EnumTracerTokens méthode

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

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (dans Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public Function EnumTracerTokens As ArrayList
'Utilisation
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

Valeur de retour

Type : System.Collections. . :: . .ArrayList
An ArrayList of TracerToken objects.

Notes

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.