Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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
Элементы
| Имя элемента | Описание | |
|---|---|---|
| Continuous | Report PerfMon data continuously. | |
| None | No PerfMon integration. | |
| OnDemand | Report PerfMon data on demand. |
Замечания
The PerfMonMode enumeration class is served by the PerfMonMode property.