Compartir a través de


UpgradePackageInfo Miembros

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

El tipo UpgradePackageInfo expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico UpgradePackageInfo() () () () Initializes a new instance of the UpgradePackageInfo class.
Método publico UpgradePackageInfo(String, String, String) Initializes a new instance of the UpgradePackageInfo class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública HasNewName Gets a value that specifies whether the upgraded Integration Services package has been renamed.
Propiedad pública HasPassword Gets a value that specifies whether an upgraded Integration Services package is password protected.
Propiedad pública Name Gets the original name and path for the upgraded Integration Services package.
Propiedad pública NewName Gets the new name and path for the upgraded Integration Services package.
Propiedad pública PackagePassword Gets the password that is required to decrypt an upgraded Integration Services package that is encrypted with a password.

Principio