ProgressReportEventArgs Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| 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)
Parameter
- current
- Urn
- parent
- Urn
- subTotalCount
- Int32
- subTotal
- Int32
- totalCount
- Int32
- total
- Int32
Gilt für:
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)
Parameter
- current
- Urn
- parent
- Urn
- isSchemaBound
- Boolean
- subTotalCount
- Int32
- subTotal
- Int32
- totalCount
- Int32
- total
- Int32