PerformanceCounters.ObjectInfoRequestCount 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Shared Property ObjectInfoRequestCount As Integer 
    Get 
    Set
‘사용 방법
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)

속성 값

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

참고 항목

참조

PerformanceCounters 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스