Compartir a través de


PerformanceCounters.UrnCallsCount Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Shared Property UrnCallsCount As Integer 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Int32
The specified number of URN calls.

Vea también

Referencia

PerformanceCounters Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo