共用方式為


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.

請參閱

參考

TransSubscription 類別

Microsoft.SqlServer.Replication 命名空間