Compartilhar via


Classe BatchUpgradeOptions

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

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Class BatchUpgradeOptions
'Uso
Dim instance As BatchUpgradeOptions
public class BatchUpgradeOptions
public ref class BatchUpgradeOptions
type BatchUpgradeOptions =  class end
public class BatchUpgradeOptions

O tipo BatchUpgradeOptions expõe os membros a seguir.

Construtores

  Nome Descrição
Método público BatchUpgradeOptions Initializes a new instance of the BatchUpgradeOptions class.

Início

Propriedades

  Nome Descrição
Propriedade 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.
Propriedade pública BackupOldPackages Gets or sets the value that specifies whether to back up the original Integration Services packages before upgrading the packages.
Propriedade pública ContinueOnError Gets or sets the value that specifies whether an error stops the upgrade process for an Integration Services package.
Propriedade pública TestOnly Infraestrutura.
Propriedade pública Validate Gets or sets the value that specifies whether to validate an upgraded Integration Services package.
Propriedade pública ValidationFailureAsError Gets or sets the value that specifies whether to treat Integration Services packages that are not valid as errors or warnings.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

You pass the BatchUpgradeOptions object to the Upgrade method. For a code example that demonstrates how to upgrade packages, see the Upgrade method.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência