Condividi tramite


Classe BatchUpgradeOptions

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Class BatchUpgradeOptions
'Utilizzo
Dim instance As BatchUpgradeOptions
public class BatchUpgradeOptions
public ref class BatchUpgradeOptions
type BatchUpgradeOptions =  class end
public class BatchUpgradeOptions

Nel tipo BatchUpgradeOptions sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico BatchUpgradeOptions Initializes a new instance of the BatchUpgradeOptions class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica ActionOnExist Gets or sets a ActionOnExistType value that specifies how to handle upgraded packages that have the same name as existing Integration Services packages.
Proprietà pubblica BackupOldPackages Gets or sets the value that specifies whether to back up the original Integration Services packages before upgrading the packages.
Proprietà pubblica ContinueOnError Gets or sets the value that specifies whether an error stops the upgrade process for an Integration Services package.
Proprietà pubblica TestOnly Infrastruttura. Gets or sets whether the upgrade options are for testing only.
Proprietà pubblica Validate Gets or sets the value that specifies whether to validate an upgraded Integration Services package.
Proprietà pubblica ValidationFailureAsError Gets or sets the value that specifies whether to treat Integration Services packages that are not valid as errors or warnings.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime