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