Partilhar via


Propriedade do RDL PerformanceCounters.UrnCallsCount

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

PerformanceCounters Classe

Namespace Microsoft.SqlServer.Management.Smo