Udostępnij przez


TransSubscription.SubscriptionLSN Property

Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Syntax

'Deklaracja
Public Property SubscriptionLSN As Byte()
public byte[] SubscriptionLSN { get; set; }
public:
property array<unsigned char>^ SubscriptionLSN {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
/** @property */
public byte[] get_SubscriptionLSN ()

/** @property */
public void set_SubscriptionLSN (byte[] value)
public function get SubscriptionLSN () : byte[]

public function set SubscriptionLSN (value : byte[])

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.