Compartilhar via


Propriedade DiscoverDependenciesDuration

Gets or sets the time period to discover dependencies.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Shared Property DiscoverDependenciesDuration As TimeSpan
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: System. . :: . .TimeSpan
A Timespan value that specifies the discovery dependencies duration.