Compartilhar via


Enumeração UpgradeResultStatus

Defines the results of upgrading an Integration Services package.

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

Sintaxe

'Declaração
Public Enumeration UpgradeResultStatus
'Uso
Dim instance As UpgradeResultStatus
public enum UpgradeResultStatus
public enum class UpgradeResultStatus
type UpgradeResultStatus
public enum UpgradeResultStatus

Membros

Nome do membro Descrição
Failure Specifies that the package failed to be upgraded.
Success Specifies that the package was successfully upgraded.
Warning Specifies that the package was successfully upgraded, and had one or more warnings.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime