Свойство TracerToken.TracerTokenId
Gets or sets the ID of the tracer token.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)
Синтаксис
'Декларация
Public Property TracerTokenId As Integer
Get
Set
'Применение
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)
Значение свойства
Тип: System.Int32
An Int32 value.
Замечания
This property can be accessed by any user.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.