共用方式為


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