次の方法で共有


PerfMonMode 列挙体

PerfMonMode 列挙には、パフォーマンス モニタのポーリング動作を指定するために使用する値が含まれます。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.SqlEnum (Microsoft.SqlServer.SqlEnum.dll)

構文

'宣言
Public Enumeration PerfMonMode
'使用
Dim instance As PerfMonMode
public enum PerfMonMode
public enum class PerfMonMode
type PerfMonMode
public enum PerfMonMode

メンバー

メンバー名 説明
None PerfMon を統合しません。
Continuous 継続的に PerfMon データを報告します。
OnDemand 要求に応じて PerfMon データを報告します。

説明

PerfMonMode 列挙クラスは PerfMonMode プロパティによって処理されます。