Share via


DependencyWalker.TotalCount Property

Gets or set the count of objects discovered by a Dependency Walker.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

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

Property Value

Type: System.Int32
Int32