Compartir a través de


PerformanceCounters.InitializeCallsCount Propiedad

Gets or sets how many times the performance of the instance of SQL was called.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Shared Property InitializeCallsCount As Integer 
    Get 
    Set
'Uso
Dim value As Integer 

value = PerformanceCounters.InitializeCallsCount 

PerformanceCounters.InitializeCallsCount = value
public static int InitializeCallsCount { get; set; }
public:
static property int InitializeCallsCount {
    int get ();
    void set (int value);
}
static member InitializeCallsCount : int with get, set
static function get InitializeCallsCount () : int 
static function set InitializeCallsCount (value : int)

Valor de la propiedad

Tipo: System.Int32
An integer that represents how many times the performance of the instance of SQL was called.

Vea también

Referencia

PerformanceCounters Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo