Partager via


Propriété DependencyWalker.TotalCount

Gets or sets the count of objects discovered by a dependency walker.

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

Syntaxe

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

value = Me.TotalCount 

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

Valeur de propriété

Type : System.Int32
The count of objects discovered by a dependency walker.

Voir aussi

Référence

DependencyWalker Classe

Espace de noms Microsoft.SqlServer.Management.Smo