Compartir a través de


PerformanceCounters.UrnSkelCallsCount Propiedad

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

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

Sintaxis

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

Valor de la propiedad

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

Vea también

Referencia

PerformanceCounters Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo