Partager via


Propriété PerformanceCounters.WalkDependenciesDuration

Gets or sets the duration of Walk Dependencies in the counter.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Shared Property WalkDependenciesDuration As TimeSpan 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.TimeSpan
The duration of Walk Dependencies in the counter.

Voir aussi

Référence

PerformanceCounters Classe

Espace de noms Microsoft.SqlServer.Management.Smo