Condividi tramite


Proprietà PerformanceCounters.SqlExecutionDuration

Gets or sets the time span value for the duration of the SQL execution in the performance counter.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Shared Property SqlExecutionDuration As TimeSpan 
    Get 
    Set
'Utilizzo
Dim value As TimeSpan 

value = PerformanceCounters.SqlExecutionDuration 

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

Valore proprietà

Tipo: System.TimeSpan
A TimeSpan value that represents the duration of the SQL execution in the performance counter.

Vedere anche

Riferimento

PerformanceCounters Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo