Partager via


Propriété PerformanceCounters.UrnCallsCount

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Shared Property UrnCallsCount As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

PerformanceCounters Classe

Espace de noms Microsoft.SqlServer.Management.Smo