Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the specified number of Uniform Resource Name (URN) calls.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared Property UrnCallsCount As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
The specified number of URN calls.