StatusMessage Structure
Specifies the warning and error messages that result from upgrading an Integration Services package.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | Code | The unique code for a warning or error message that results from upgrading an Integration Services package. |
![]() | Exception | This API supports the product infrastructure and is not intended to be used directly from your code. The exception that results from upgrading an Integration Services package. |
![]() | Message | The message text that results from upgrading an Integration Services package. |
![]() | Status | The upgrade status for an Integration Services package. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

