Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets 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
The count of objects discovered by a dependency walker.