Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.