Compartir a través de


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.