Compartir a través de


PerformanceCounters.EnumQueriesDuration Propiedad

Gets or sets the time interval for the duration of the queries in the performance counter.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Shared Property EnumQueriesDuration As TimeSpan 
    Get 
    Set
'Uso
Dim value As TimeSpan 

value = PerformanceCounters.EnumQueriesDuration 

PerformanceCounters.EnumQueriesDuration = value
public static TimeSpan EnumQueriesDuration { get; set; }
public:
static property TimeSpan EnumQueriesDuration {
    TimeSpan get ();
    void set (TimeSpan value);
}
static member EnumQueriesDuration : TimeSpan with get, set
static function get EnumQueriesDuration () : TimeSpan 
static function set EnumQueriesDuration (value : TimeSpan)

Valor de la propiedad

Tipo: System.TimeSpan
A TimeSpan value that represents the time interval for the duration of the queries in the performance counter.

Vea también

Referencia

PerformanceCounters Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo