UpgradeResult-Klasse
Determines the result of upgrading a collection of Integration Services packages.
Vererbungshierarchie
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime..::..UpgradeResult
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Class UpgradeResult
'Usage
Dim instance As UpgradeResult
public class UpgradeResult
public ref class UpgradeResult
type UpgradeResult = class end
public class UpgradeResult
Der UpgradeResult-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Failures | Gets the Integration Services packages that failed to be upgraded. | |
Status | Gets the upgrade status for a collection of Integration Services packages. | |
Succeeded | Gets the Integration Services packages that were successfully upgraded. | |
Warnings | Gets the Integration Services packages that were successfully upgraded and had warnings. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
The UpgradeResultobject is returned by the Upgrade method. For a code example that demonstrates how to upgrade packages, see the Upgrade method.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.