まだセカンダリ レプリカに送信されていない、プライマリ データベースのログ ファイル内のログ レコードの量を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LogSendQueueSize As Long
Get
'使用
Dim instance As DatabaseReplicaState
Dim value As Long
value = instance.LogSendQueueSize
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public long LogSendQueueSize { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property long long LogSendQueueSize {
long long get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member LogSendQueueSize : int64
function get LogSendQueueSize () : long
プロパティ値
型: System.Int64
まだセカンダリ レプリカに送信されていない、プライマリ データベースのログ ファイル内のログ レコードの量です。