Compartir a través de


BatchUpgradeOptions Miembros

Specifies the options that the Upgrade method will apply to a list of Integration Services packages during the upgrade process.

El tipo BatchUpgradeOptions expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico BatchUpgradeOptions Initializes a new instance of the BatchUpgradeOptions 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 ActionOnExist Gets or sets a ActionOnExistType value that specifies how to handle upgraded packages that have the same name as existing Integration Services packages.
Propiedad pública BackupOldPackages Gets or sets the value that specifies whether to back up the original Integration Services packages before upgrading the packages.
Propiedad pública ContinueOnError Gets or sets the value that specifies whether an error stops the upgrade process for an Integration Services package.
Propiedad pública TestOnly Infraestructura.
Propiedad pública Validate Gets or sets the value that specifies whether to validate an upgraded Integration Services package.
Propiedad pública ValidationFailureAsError Gets or sets the value that specifies whether to treat Integration Services packages that are not valid as errors or warnings.

Principio