Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.