PerformanceCounters.InitializeCallsCount 속성
Gets or sets how many times the performance of the instance of SQL was called.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Shared Property InitializeCallsCount As Integer
Get
Set
‘사용 방법
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)
속성 값
유형: System.Int32
An integer that represents how many times the performance of the instance of SQL was called.