Freigeben über


UpgradePackageInfo-Klasse

Stores information about an Integration Services package that is to be upgraded.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime..::..UpgradePackageInfo

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Class UpgradePackageInfo
'Usage
Dim instance As UpgradePackageInfo
public class UpgradePackageInfo
public ref class UpgradePackageInfo
type UpgradePackageInfo =  class end
public class UpgradePackageInfo

Der UpgradePackageInfo-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode UpgradePackageInfo() () () () Initializes a new instance of the UpgradePackageInfo class.
Öffentliche Methode UpgradePackageInfo(String, String, String) Initializes a new instance of the UpgradePackageInfo class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft HasNewName Gets a value that specifies whether the upgraded Integration Services package has been renamed.
Öffentliche Eigenschaft HasPassword Gets a value that specifies whether an upgraded Integration Services package is password protected.
Öffentliche Eigenschaft Name Gets the original name and path for the upgraded Integration Services package.
Öffentliche Eigenschaft NewName Gets the new name and path for the upgraded Integration Services package.
Öffentliche Eigenschaft PackagePassword Gets the password that is required to decrypt an upgraded Integration Services package that is encrypted with a password.

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

You pass the UpgradePackageInfo object to 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.