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 number of enumerated queries in the performance counter.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared Property EnumQueriesCount As Integer
Get
Set
'Usage
Dim value As Integer
value = PerformanceCounters.EnumQueriesCount
PerformanceCounters.EnumQueriesCount = value
public static int EnumQueriesCount { get; set; }
public:
static property int EnumQueriesCount {
int get ();
void set (int value);
}
static member EnumQueriesCount : int with get, set
static function get EnumQueriesCount () : int
static function set EnumQueriesCount (value : int)
Property Value
Type: System.Int32
An integer that represents the number of enumerated queries in the performance counter.