Compartir a través de


Enumeración PerfMonMode

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.

Comentarios

The PerfMonMode enumeration class is served by the PerfMonMode property.