Freigeben über


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
Öffentliche Eigenschaft Failures Gets the Integration Services packages that failed to be upgraded.
Öffentliche Eigenschaft Status Gets the upgrade status for a collection of Integration Services packages. 
Öffentliche Eigenschaft Succeeded Gets the Integration Services packages that were successfully upgraded.
Öffentliche Eigenschaft Warnings Gets the Integration Services packages that were successfully upgraded and had warnings.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode 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.