Enumeração PerfMonMode

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (em Microsoft.SqlServer.SqlEnum.dll)

Sintaxe

'Declaração
Public Enumeration PerfMonMode
'Uso
Dim instance As PerfMonMode
public enum PerfMonMode
public enum class PerfMonMode
type PerfMonMode
public enum PerfMonMode

Membros

Nome do membro Descrição
None No PerfMon integration.
Continuous Report PerfMon data continuously.
OnDemand Report PerfMon data on demand.

Comentários

The PerfMonMode enumeration class is served by the PerfMonMode property.

Consulte também

Referência