Proprietà DependencyWalker.TotalCount

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Protected Friend Property TotalCount As Integer 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

DependencyWalker Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo