Compartir a través de


PerfMonMode Enumeración

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Sintaxis

'Declaración
Public Enumeration PerfMonMode
'Uso
Dim instance As PerfMonMode
public enum PerfMonMode
public enum class PerfMonMode
type PerfMonMode
public enum PerfMonMode

Miembros

Nombre del miembro Descripción
None No PerfMon integration.
Continuous Report PerfMon data continuously.
OnDemand Report PerfMon data on demand.

Notas

The PerfMonMode enumeration class is served by the PerfMonMode property.