ProgressReportEventArgs 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| Name | Description |
|---|---|
| ProgressReportEventArgs(Urn, Urn, Int32, Int32, Int32, Int32) | |
| ProgressReportEventArgs(Urn, Urn, Boolean, Int32, Int32, Int32, Int32) |
ProgressReportEventArgs(Urn, Urn, Int32, Int32, Int32, Int32)
public ProgressReportEventArgs(Microsoft.SqlServer.Management.Sdk.Sfc.Urn current, Microsoft.SqlServer.Management.Sdk.Sfc.Urn parent, int subTotalCount, int subTotal, int totalCount, int total);
new Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs : Microsoft.SqlServer.Management.Sdk.Sfc.Urn * Microsoft.SqlServer.Management.Sdk.Sfc.Urn * int * int * int * int -> Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs
Public Sub New (current As Urn, parent As Urn, subTotalCount As Integer, subTotal As Integer, totalCount As Integer, total As Integer)
매개 변수
- current
- Urn
- parent
- Urn
- subTotalCount
- Int32
- subTotal
- Int32
- totalCount
- Int32
- total
- Int32
적용 대상
ProgressReportEventArgs(Urn, Urn, Boolean, Int32, Int32, Int32, Int32)
public ProgressReportEventArgs(Microsoft.SqlServer.Management.Sdk.Sfc.Urn current, Microsoft.SqlServer.Management.Sdk.Sfc.Urn parent, bool isSchemaBound, int subTotalCount, int subTotal, int totalCount, int total);
new Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs : Microsoft.SqlServer.Management.Sdk.Sfc.Urn * Microsoft.SqlServer.Management.Sdk.Sfc.Urn * bool * int * int * int * int -> Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs
Public Sub New (current As Urn, parent As Urn, isSchemaBound As Boolean, subTotalCount As Integer, subTotal As Integer, totalCount As Integer, total As Integer)
매개 변수
- current
- Urn
- parent
- Urn
- isSchemaBound
- Boolean
- subTotalCount
- Int32
- subTotal
- Int32
- totalCount
- Int32
- total
- Int32