다음을 통해 공유


ProgressReportEventArgs Constructor

Initializes a new instance of the ProgressReportEventArgs class.

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

구문

‘선언
Public Sub New ( _
    current As Urn, _
    parent As Urn, _
    subTotalCount As Integer, _
    subTotal As Integer, _
    totalCount As Integer, _
    total As Integer _
)
public ProgressReportEventArgs (
    Urn current,
    Urn parent,
    int subTotalCount,
    int subTotal,
    int totalCount,
    int total
)
public:
ProgressReportEventArgs (
    Urn^ current, 
    Urn^ parent, 
    int subTotalCount, 
    int subTotal, 
    int totalCount, 
    int total
)
public ProgressReportEventArgs (
    Urn current, 
    Urn parent, 
    int subTotalCount, 
    int subTotal, 
    int totalCount, 
    int total
)
public function ProgressReportEventArgs (
    current : Urn, 
    parent : Urn, 
    subTotalCount : int, 
    subTotal : int, 
    totalCount : int, 
    total : int
)

매개 변수

  • current
    A Urn object value that specifies the object that the operation is currently processing.
  • parent
    A Urn object value that specifies the object that is top most in the hierarchy that the operation is processing.
  • subTotalCount
    The current count of objects processed by the operation within the current branch of the object hierarchy.
  • subTotal
    An Int32 that specifies the total number of objects within the current branch of the object hierarchy.
  • totalCount
    An Int32 that specifies the current count of objects processed by the operation within the entire object hierarchy.
  • total
    An Int32 that specifies the total number of objects in the entire object hierarchy.

주의

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

How to: Register Event Handlers and Subscribe to Event Handling in Visual Basic .NET

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

ProgressReportEventArgs Class
ProgressReportEventArgs Members
Microsoft.SqlServer.Management.Smo Namespace

관련 자료

Handling SMO Events