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 log sequence number of the subscription.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Property SubscriptionLSN As Byte()
Get
Set
'Usage
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[])
Property Value
Type: array<System.Byte[]
The log sequence number of the subscription.