Свойство TransSubscription.SubscriptionLSN
Gets or sets the log sequence number of the subscription.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)
Синтаксис
'Декларация
Public Property SubscriptionLSN As Byte()
Get
Set
'Применение
Dim instance As TransSubscription
Dim value As Byte()
value = instance.SubscriptionLSN
instance.SubscriptionLSN = value
public byte[] SubscriptionLSN { get; set; }
public:
property array<unsigned char>^ SubscriptionLSN {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member SubscriptionLSN : byte[] with get, set
function get SubscriptionLSN () : byte[]
function set SubscriptionLSN (value : byte[])
Значение свойства
Тип: array<System.Byte[]
The log sequence number of the subscription.