Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the results of upgrading an Integration Services package.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Enumeration UpgradeResultStatus
'Usage
Dim instance As UpgradeResultStatus
public enum UpgradeResultStatus
public enum class UpgradeResultStatus
type UpgradeResultStatus
public enum UpgradeResultStatus
Members
Member name | Description | |
---|---|---|
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. |