TracerToken Class
Represents tracer token information.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Replication.TracerToken
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public NotInheritable Class TracerToken
'Usage
Dim instance As TracerToken
public sealed class TracerToken
public ref class TracerToken sealed
[<SealedAttribute>]
type TracerToken = class end
public final class TracerToken
The TracerToken type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TracerToken | Creates a new instance of the TracerToken class. |
Top
Properties
Name | Description | |
---|---|---|
PublisherCommitTime | Gets or sets the time at which the tracer record was committed at the Publisher. | |
TracerTokenId | Gets or sets the ID of the tracer token. | |
UserData | Gets or sets an object property that allows users to attach their own data to this object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.SqlServer.Replication Namespace
Other Resources
NIB Measure Latency and Validate Connections for Transactional Replication (RMO Programming)