UndeliveredCommands プロパティ
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: 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