Partilhar via


Propriedade do RDL PerformanceCounters.ObjectInfoRequestCount

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

PerformanceCounters Classe

Namespace Microsoft.SqlServer.Management.Smo