Propriété TracerToken.TracerTokenId
Gets or sets the ID of the tracer token.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Public Property TracerTokenId As Integer
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Int32
An Int32 value.
Notes
This property can be accessed by any user.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.