Compartir a través de


ObjectInfoRequestCount Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Shared Property ObjectInfoRequestCount As Integer
    Get
    Set
'Uso
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)

Valor de la propiedad

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