PerformanceCounters.SqlExecutionDuration 屬性
Gets or sets the time span value for the duration of the SQL execution in the performance counter.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Shared Property SqlExecutionDuration As TimeSpan
Get
Set
'用途
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)
屬性值
型別:System.TimeSpan
A TimeSpan value that represents the duration of the SQL execution in the performance counter.