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 the current count of objects processed by the operation within the current branch of the object hierarchy.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property SubTotalCount As Integer
Get
'Usage
Dim instance As ProgressReportEventArgs
Dim value As Integer
value = instance.SubTotalCount
public int SubTotalCount { get; }
public:
property int SubTotalCount {
int get ();
}
member SubTotalCount : int
function get SubTotalCount () : int
Property Value
Type: System.Int32
An Int32 value that specifies the current count of objects processed by the operation within the current branch of the object hierarchy.