Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the ID of the tracer token.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Property TracerTokenId As Integer
Get
Set
'Usage
Dim instance As TracerToken
Dim value As Integer
value = instance.TracerTokenId
instance.TracerTokenId = value
public int TracerTokenId { get; set; }
public:
property int TracerTokenId {
int get ();
void set (int value);
}
member TracerTokenId : int with get, set
function get TracerTokenId () : int
function set TracerTokenId (value : int)
Property Value
Type: System.Int32
An Int32 value.
Remarks
This property can be accessed by any user.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.