Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.