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 | |
---|---|---|
BatchUpgradeOptions | Initializes a new instance of the BatchUpgradeOptions class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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 | Infrastruttura. | |
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
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.