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.

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间