PerformanceCounters.ObjectInfoRequestCount Property

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

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

Syntax

'Declaration
Public Shared Property ObjectInfoRequestCount As Integer
    Get
    Set
'Usage
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)

Property Value

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