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 | |
---|---|---|
UpgradePackageInfo() | Initializes a new instance of the UpgradePackageInfo class. | |
UpgradePackageInfo(String, String, String) | Initializes a new instance of the UpgradePackageInfo class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
HasNewName | Gets a value that specifies whether the upgraded Integration Services package has been renamed. | |
HasPassword | Gets a value that specifies whether an upgraded Integration Services package is password protected. | |
Name | Gets the original name and path for the upgraded Integration Services package. | |
NewName | Gets the new name and path for the upgraded Integration Services package. | |
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 | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
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.