共用方式為


WalkDependenciesDuration 屬性

命名空間:  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