Condividi tramite


Enumerazione PerfMonMode

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Sintassi

'Dichiarazione
Public Enumeration PerfMonMode
'Utilizzo
Dim instance As PerfMonMode
public enum PerfMonMode
public enum class PerfMonMode
type PerfMonMode
public enum PerfMonMode

Membri

Nome membro Descrizione
None No PerfMon integration.
Continuous Report PerfMon data continuously.
OnDemand Report PerfMon data on demand.

Osservazioni

The PerfMonMode enumeration class is served by the PerfMonMode property.