Clase UpgradePackageInfo
Stores information about an Integration Services package that is to be upgraded.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime..::..UpgradePackageInfo
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Class UpgradePackageInfo
'Uso
Dim instance As UpgradePackageInfo
public class UpgradePackageInfo
public ref class UpgradePackageInfo
type UpgradePackageInfo = class end
public class UpgradePackageInfo
El tipo UpgradePackageInfo expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
UpgradePackageInfo() () () () | Initializes a new instance of the UpgradePackageInfo class. | |
UpgradePackageInfo(String, String, String) | Initializes a new instance of the UpgradePackageInfo class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
You pass the UpgradePackageInfo object to the Upgrade method. For a code example that demonstrates how to upgrade packages, see the Upgrade method.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.