Partager via


Classe UpgradePackageInfo

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Class UpgradePackageInfo
'Utilisation
Dim instance As UpgradePackageInfo
public class UpgradePackageInfo
public ref class UpgradePackageInfo
type UpgradePackageInfo =  class end
public class UpgradePackageInfo

Le type UpgradePackageInfo expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique UpgradePackageInfo() () () () Initializes a new instance of the UpgradePackageInfo class.
Méthode publique UpgradePackageInfo(String, String, String) Initializes a new instance of the UpgradePackageInfo class.

Haut de la page

Propriétés

  Nom Description
Propriété publique HasNewName Gets a value that specifies whether the upgraded Integration Services package has been renamed.
Propriété publique HasPassword Gets a value that specifies whether an upgraded Integration Services package is password protected.
Propriété publique Name Gets the original name and path for the upgraded Integration Services package.
Propriété publique NewName Gets the new name and path for the upgraded Integration Services package.
Propriété publique PackagePassword Gets the password that is required to decrypt an upgraded Integration Services package that is encrypted with a password.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

You pass the UpgradePackageInfo object to the Upgrade method. For a code example that demonstrates how to upgrade packages, see the Upgrade method.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.