Compartir a través de


DependencyDiscoveryDuration Propiedad

Gets or sets the dependency discovery duration.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Shared Property DependencyDiscoveryDuration As TimeSpan
    Get
    Set
'Uso
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)

Valor de la propiedad

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