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 number of objects that have been processed by the DependencyWalker object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Friend Property Total As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
The number of objects that have been processed by the DependencyWalker object.