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
멤버
멤버 이름 | 설명 | |
---|---|---|
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. |