Свойство 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