Partager via


Propriété PerformanceCounters.ObjectInfoRequestCount

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Shared Property ObjectInfoRequestCount As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

PerformanceCounters Classe

Espace de noms Microsoft.SqlServer.Management.Smo