Partager via


Énumération PerfMonMode

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Syntaxe

'Déclaration
Public Enumeration PerfMonMode
'Utilisation
Dim instance As PerfMonMode
public enum PerfMonMode
public enum class PerfMonMode
type PerfMonMode
public enum PerfMonMode

Membres

Nom de membre Description
Continuous Report PerfMon data continuously.
None No PerfMon integration.
OnDemand Report PerfMon data on demand.

Notes

The PerfMonMode enumeration class is served by the PerfMonMode property.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Smo