다음을 통해 공유


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> [] () [] []