ProgressReportEventArgs.SubTotal 속성
Gets the total number of objects within the current branch of the object hierarchy.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public ReadOnly Property SubTotal As Integer
Get
‘사용 방법
Dim instance As ProgressReportEventArgs
Dim value As Integer
value = instance.SubTotal
public int SubTotal { get; }
public:
property int SubTotal {
int get ();
}
member SubTotal : int
function get SubTotal () : int
속성 값
유형: System.Int32
An Int32 that specifies the total number of objects within the current branch of the object hierarchy.