ProgressReportEventArgs.SubTotalCount 속성

Gets the current count of objects processed by the operation within the current branch of the object hierarchy.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public ReadOnly Property SubTotalCount As Integer 
    Get
‘사용 방법
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

속성 값

유형: System.Int32
An Int32 value that specifies the current count of objects processed by the operation within the current branch of the object hierarchy.

SMO 이벤트 처리

참고 항목

참조

ProgressReportEventArgs 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스