Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets how many times the performance of the instance of SQL was called.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared Property InitializeCallsCount As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
An integer that represents how many times the performance of the instance of SQL was called.