次の方法で共有


EstimatedTimeBehind プロパティ

保留中のコマンドの配信を完了するための推定所要時間を秒単位で取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Property EstimatedTimeBehind As Integer
    Get
    Set
'使用
Dim instance As PendingCommandInfo
Dim value As Integer

value = instance.EstimatedTimeBehind

instance.EstimatedTimeBehind = value
public int EstimatedTimeBehind { get; set; }
public:
property int EstimatedTimeBehind {
    int get ();
    void set (int value);
}
member EstimatedTimeBehind : int with get, set
function get EstimatedTimeBehind () : int
function set EstimatedTimeBehind (value : int)

プロパティ値

型: System. . :: . .Int32
秒数を表す Int32 値です。

説明

この名前空間、クラス、またはメンバは、Microsoft .NET Framework 2.0 でのみサポートされています。