PerformanceCounters.WalkDependenciesDuration 属性
Gets or sets the duration of Walk Dependencies in the counter.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Shared Property WalkDependenciesDuration As TimeSpan
Get
Set
用法
Dim value As TimeSpan
value = PerformanceCounters.WalkDependenciesDuration
PerformanceCounters.WalkDependenciesDuration = value
public static TimeSpan WalkDependenciesDuration { get; set; }
public:
static property TimeSpan WalkDependenciesDuration {
TimeSpan get ();
void set (TimeSpan value);
}
static member WalkDependenciesDuration : TimeSpan with get, set
static function get WalkDependenciesDuration () : TimeSpan
static function set WalkDependenciesDuration (value : TimeSpan)
属性值
类型:System.TimeSpan
The duration of Walk Dependencies in the counter.