Partager via


Énumération UpgradeResultStatus

Defines the results of upgrading an Integration Services package.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Enumeration UpgradeResultStatus
'Utilisation
Dim instance As UpgradeResultStatus
public enum UpgradeResultStatus
public enum class UpgradeResultStatus
type UpgradeResultStatus
public enum UpgradeResultStatus

Membres

Nom de membre Description
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.