PerformanceCounters.UrnCallsCount 属性

Gets or sets the specified number of Uniform Resource Name (URN) calls.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Shared Property UrnCallsCount As Integer 
    Get 
    Set
用法
Dim value As Integer 

value = PerformanceCounters.UrnCallsCount 

PerformanceCounters.UrnCallsCount = value
public static int UrnCallsCount { get; set; }
public:
static property int UrnCallsCount {
    int get ();
    void set (int value);
}
static member UrnCallsCount : int with get, set
static function get UrnCallsCount () : int 
static function set UrnCallsCount (value : int)

属性值

类型:System.Int32
The specified number of URN calls.

请参阅

参考

PerformanceCounters 类

Microsoft.SqlServer.Management.Smo 命名空间