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