다음을 통해 공유


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.

참고 항목

참조

PerformanceCounters 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스