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