Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the time interval for the duration of the queries in the performance counter.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared Property EnumQueriesDuration As TimeSpan
Get
Set
'Usage
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)
Property Value
Type: System.TimeSpan
A TimeSpan value that represents the time interval for the duration of the queries in the performance counter.