Поделиться через


Свойство DiscoverDependenciesDuration

Gets or sets the time period to discover dependencies.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Shared Property DiscoverDependenciesDuration As TimeSpan
    Get
    Set
'Применение
Dim value As TimeSpan

value = PerformanceCounters.DiscoverDependenciesDuration

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

Значение свойства

Тип: System. . :: . .TimeSpan
A Timespan value that specifies the discovery dependencies duration.