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 네임스페이스