PerformanceCounters.DependencyDiscoveryDuration 속성
Gets or sets the dependency discovery duration.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Shared Property DependencyDiscoveryDuration As TimeSpan
Get
Set
‘사용 방법
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)
속성 값
유형: System.TimeSpan
A Timespan value that specifies the dependency discovery duration.