PerformanceCounters.EnumQueriesDuration 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Shared Property EnumQueriesDuration As TimeSpan 
    Get 
    Set
‘사용 방법
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)

속성 값

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

참고 항목

참조

PerformanceCounters 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스