Перечисление UpgradeResultStatus

Defines the results of upgrading an Integration Services package.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Enumeration UpgradeResultStatus
'Применение
Dim instance As UpgradeResultStatus
public enum UpgradeResultStatus
public enum class UpgradeResultStatus
type UpgradeResultStatus
public enum UpgradeResultStatus

Элементы

Имя элемента Описание
Success Specifies that the package was successfully upgraded.
Warning Specifies that the package was successfully upgraded, and had one or more warnings.
Failure Specifies that the package failed to be upgraded.