ProgressReportEventArgs Constructor (Urn, Urn, 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, _
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
)
Parameters
- current
- parent
- 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.