Condividi tramite


Proprietà PerformanceCounters.ObjectInfoRequestCount

Gets or sets the specified count of the objects in the counter.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Shared Property ObjectInfoRequestCount As Integer 
    Get 
    Set
'Utilizzo
Dim value As Integer 

value = PerformanceCounters.ObjectInfoRequestCount 

PerformanceCounters.ObjectInfoRequestCount = value
public static int ObjectInfoRequestCount { get; set; }
public:
static property int ObjectInfoRequestCount {
    int get ();
    void set (int value);
}
static member ObjectInfoRequestCount : int with get, set
static function get ObjectInfoRequestCount () : int 
static function set ObjectInfoRequestCount (value : int)

Valore proprietà

Tipo: System.Int32
The specified count of the objects in the counter.

Vedere anche

Riferimento

PerformanceCounters Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo