Właściwość PendingCommandInfo.EstimatedTimeBehind
Pobiera lub ustawia szacowany czas zakończenia dostarczania poleceń oczekiwania w sekundach.
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Rmo (w Microsoft.SqlServer.Rmo.dll)
Składnia
'Deklaracja
Public Property EstimatedTimeBehind As Integer
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Int32
Int32 Wartość, która reprezentuje liczbę sekund.
Uwagi
Ten obszar nazw, klasy lub element członkowski jest obsługiwany tylko w wersja 2.0 Microsoft .NET Framework.