PendingCommandInfo.PendingCommands プロパティ
配信されるのを待っている保留中のコマンドの数を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public Property PendingCommands As Integer
Get
Set
'使用
Dim instance As PendingCommandInfo
Dim value As Integer
value = instance.PendingCommands
instance.PendingCommands = value
public int PendingCommands { get; set; }
public:
property int PendingCommands {
int get ();
void set (int value);
}
member PendingCommands : int with get, set
function get PendingCommands () : int
function set PendingCommands (value : int)
プロパティ値
型: System.Int32
Int32 値です。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework 2.0 でのみサポートされています。