Класс BatchUpgradeOptions
Specifies the options that the Upgrade method will apply to a list of Службы Integration Services packages during the upgrade process.
Иерархия наследования
System.Object
Microsoft.SqlServer.Dts.Runtime.BatchUpgradeOptions
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Class BatchUpgradeOptions
'Применение
Dim instance As BatchUpgradeOptions
public class BatchUpgradeOptions
public ref class BatchUpgradeOptions
type BatchUpgradeOptions = class end
public class BatchUpgradeOptions
Тип BatchUpgradeOptions обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
BatchUpgradeOptions | Initializes a new instance of the BatchUpgradeOptions class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
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 | Инфраструктура. Gets or sets whether the upgrade options are for testing only. | |
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. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
You pass the BatchUpgradeOptions object to the Upgrade method. For a code example that demonstrates how to upgrade packages, see the Upgrade method.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.