次の方法で共有


DependencyDiscoveryDuration プロパティ

依存関係検出の期間を取得します。値の設定も可能です。

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

構文

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

value = PerformanceCounters.DependencyDiscoveryDuration

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

プロパティ値

型: System. . :: . .TimeSpan
依存関係検出の期間を指定する Timespan 値です。