Поделиться через


Свойство DoCount

Returns Boolean value that determines whether the performance counter is enabled.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Shared Property DoCount As Boolean
    Get
    Set
'Применение
Dim value As Boolean

value = PerformanceCounters.DoCount

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

Значение свойства

Тип: System. . :: . .Boolean
A Boolean value that determines whether the performance counter is enabled.
If True, it is enabled. Otherwise, False.