TransSynchronizationAgent.UndeliveredCommands プロパティ
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
Gets the number of undelivered commands.
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)
構文
'宣言
Public Overridable ReadOnly Property UndeliveredCommands As Integer
Get
'使用
Dim instance As TransSynchronizationAgent
Dim value As Integer
value = instance.UndeliveredCommands
public virtual int UndeliveredCommands { get; }
public:
virtual property int UndeliveredCommands {
int get ();
}
abstract UndeliveredCommands : int
override UndeliveredCommands : int
function get UndeliveredCommands () : int
プロパティ値
型: System.Int32
The number of undelivered commands.
実装
ITransSynchronizationAgent.UndeliveredCommands