Propriedade UrnCallsCount
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
Consulte também