Перечисление PerfMonMode

The PerfMonMode enumeration contains values that are used to specify the polling behavior in Performance Monitor.

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

Синтаксис

'Декларация
Public Enumeration PerfMonMode
'Применение
Dim instance As PerfMonMode
public enum PerfMonMode
public enum class PerfMonMode
type PerfMonMode
public enum PerfMonMode

Элементы

Имя элемента Описание
None No PerfMon integration.
Continuous Report PerfMon data continuously.
OnDemand Report PerfMon data on demand.

Замечания

The PerfMonMode enumeration class is served by the PerfMonMode property.