Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
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 (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration PerfMonMode
'Usage
Dim instance As PerfMonMode
public enum PerfMonMode
public enum class PerfMonMode
type PerfMonMode
public enum PerfMonMode
Members
| Member name | Description | |
|---|---|---|
| Continuous | Report PerfMon data continuously. | |
| None | No PerfMon integration. | |
| OnDemand | Report PerfMon data on demand. |
Remarks
The PerfMonMode enumeration class is served by the PerfMonMode property.