PerformanceCounters.UrnSkelCallsCount 属性

Gets or sets the specific count of Uniform Resource Name (URN) skeleton calls in the counter.

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

语法

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

value = PerformanceCounters.UrnSkelCallsCount 

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

属性值

类型:System.Int32
The specific count of URN skeleton calls in the counter.

请参阅

参考

PerformanceCounters 类

Microsoft.SqlServer.Management.Smo 命名空间