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 time period to discover dependencies.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared Property DiscoverDependenciesDuration As TimeSpan
Get
Set
'Usage
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)
Property Value
Type: System.TimeSpan
A Timespan value that specifies the discovery dependencies duration.