ProgressReportEventArgs 생성자 (, , Boolean, Int32, Int32, Int32, Int32)
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Sub New ( _
current As Urn, _
parent As Urn, _
isSchemaBound As Boolean, _
subTotalCount As Integer, _
subTotal As Integer, _
totalCount As Integer, _
total As Integer _
)
‘사용 방법
Dim current As Urn
Dim parent As Urn
Dim isSchemaBound As Boolean
Dim subTotalCount As Integer
Dim subTotal As Integer
Dim totalCount As Integer
Dim total As Integer
Dim instance As New ProgressReportEventArgs(current, _
parent, isSchemaBound, subTotalCount, _
subTotal, totalCount, total)
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
)
new :
current:Urn *
parent:Urn *
isSchemaBound:bool *
subTotalCount:int *
subTotal:int *
totalCount:int *
total:int -> ProgressReportEventArgs
public function ProgressReportEventArgs(
current : Urn,
parent : Urn,
isSchemaBound : boolean,
subTotalCount : int,
subTotal : int,
totalCount : int,
total : int
)
매개 변수
- current
형식: Urn
- parent
형식: Urn
- isSchemaBound
형식: System. . :: . .Boolean
- subTotalCount
형식: System. . :: . .Int32
- subTotal
형식: System. . :: . .Int32
- totalCount
형식: System. . :: . .Int32
- total
형식: System. . :: . .Int32