Udostępnij za pośrednictwem


Właściwość TransSubscription.SubscriptionLSN

Przestrzeń nazw:  Microsoft.SqlServer.Replication
Zestaw:  Microsoft.SqlServer.Rmo (w Microsoft.SqlServer.Rmo.dll)

Składnia

'Deklaracja
Public Property SubscriptionLSN As Byte()
    Get
    Set
'Użycie
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[])

Wartość właściwości

Typ: array<System.Byte[]