다음을 통해 공유


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.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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.