Compartir a través de


Clase BatchUpgradeOptions

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

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Dts.Runtime.BatchUpgradeOptions

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Class BatchUpgradeOptions
'Uso
Dim instance As BatchUpgradeOptions
public class BatchUpgradeOptions
public ref class BatchUpgradeOptions
type BatchUpgradeOptions =  class end
public class BatchUpgradeOptions

El tipo BatchUpgradeOptions expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público BatchUpgradeOptions Initializes a new instance of the BatchUpgradeOptions class.

Arriba

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. Gets or sets whether the upgrade options are for testing only.
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.

Arriba

Métodos

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

Arriba

Comentarios

You pass the BatchUpgradeOptions 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.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime