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
成員
成員名稱 | 說明 | |
---|---|---|
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.