共用方式為


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 命名空間