EnumQueriesDuration プロパティ

パフォーマンス カウンター内のクエリの期間の時間間隔を取得します。値の設定も可能です。

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

構文

'宣言
Public Shared Property EnumQueriesDuration As TimeSpan
    Get
    Set
'使用
Dim value As TimeSpan

value = PerformanceCounters.EnumQueriesDuration

PerformanceCounters.EnumQueriesDuration = value
public static TimeSpan EnumQueriesDuration { get; set; }
public:
static property TimeSpan EnumQueriesDuration {
    TimeSpan get ();
    void set (TimeSpan value);
}
static member EnumQueriesDuration : TimeSpan with get, set
static function get EnumQueriesDuration () : TimeSpan
static function set EnumQueriesDuration (value : TimeSpan)

プロパティ値

型: System. . :: . .TimeSpan
パフォーマンス カウンター内のクエリの期間の時間間隔を表す TimeSpan 値です。