Udostępnij przez


ProgressReportEventArgs Constructor (Urn, Urn, Boolean, Int32, Int32, Int32, Int32)

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
Public Sub New ( _
    current As Urn, _
    parent As Urn, _
    isSchemaBound As Boolean, _
    subTotalCount As Integer, _
    subTotal As Integer, _
    totalCount As Integer, _
    total As Integer _
)
public ProgressReportEventArgs (
    Urn current,
    Urn parent,
    bool isSchemaBound,
    int subTotalCount,
    int subTotal,
    int totalCount,
    int total
)
public:
ProgressReportEventArgs (
    Urn^ current, 
    Urn^ parent, 
    bool isSchemaBound, 
    int subTotalCount, 
    int subTotal, 
    int totalCount, 
    int total
)
public ProgressReportEventArgs (
    Urn current, 
    Urn parent, 
    boolean isSchemaBound, 
    int subTotalCount, 
    int subTotal, 
    int totalCount, 
    int total
)
public function ProgressReportEventArgs (
    current : Urn, 
    parent : Urn, 
    isSchemaBound : boolean, 
    subTotalCount : int, 
    subTotal : int, 
    totalCount : int, 
    total : int
)

Parameters

  • current
  • parent
  • isSchemaBound
  • subTotalCount
  • subTotal
  • totalCount
  • total

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.