ProgressReportEventArgs Constructor (, , Int32, Int32, Int32, Int32)
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub New ( _
current As Urn, _
parent As Urn, _
subTotalCount As Integer, _
subTotal As Integer, _
totalCount As Integer, _
total As Integer _
)
'Uso
Dim current As Urn
Dim parent As Urn
Dim subTotalCount As Integer
Dim subTotal As Integer
Dim totalCount As Integer
Dim total As Integer
Dim instance As New ProgressReportEventArgs(current, _
parent, subTotalCount, subTotal, _
totalCount, 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
)
new :
current:Urn *
parent:Urn *
subTotalCount:int *
subTotal:int *
totalCount:int *
total:int -> ProgressReportEventArgs
public function ProgressReportEventArgs(
current : Urn,
parent : Urn,
subTotalCount : int,
subTotal : int,
totalCount : int,
total : int
)
Parámetros
- current
Tipo: Urn
- parent
Tipo: Urn
- subTotalCount
Tipo: System. . :: . .Int32
- subTotal
Tipo: System. . :: . .Int32
- totalCount
Tipo: System. . :: . .Int32
- total
Tipo: System. . :: . .Int32