Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the dependency discovery duration.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared Property DependencyDiscoveryDuration As TimeSpan
Get
Set
'Usage
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)
Property Value
Type: System.TimeSpan
A Timespan value that specifies the dependency discovery duration.