次の方法で共有


TransSubscription.SubscriptionLSN プロパティ

サブスクリプションのログ シーケンス番号を取得または設定します。

名前空間:  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[]
サブスクリプションのログ シーケンス番号です。

関連項目

参照

TransSubscription クラス

Microsoft.SqlServer.Replication 名前空間