共用方式為


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 命名空間