Partager via


Propriété DependencyWalker.Total

Gets or sets the number of objects that have been processed by the DependencyWalker object.

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

Syntaxe

'Déclaration
Protected Friend Property Total As Integer 
    Get 
    Set
'Utilisation
Dim value As Integer 

value = Me.Total 

Me.Total = value
protected internal int Total { get; set; }
protected public:
property int Total {
    int get ();
    void set (int value);
}
member Total : int with get, set
function get Total () : int 
function set Total (value : int)

Valeur de propriété

Type : System.Int32
The number of objects that have been processed by the DependencyWalker object.

Voir aussi

Référence

DependencyWalker Classe

Espace de noms Microsoft.SqlServer.Management.Smo