Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.