StatusMessage Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the warning and error messages that result from upgrading an Integration Services package.
public value class StatusMessage
public struct StatusMessage
type StatusMessage = struct
Public Structure StatusMessage
- Inheritance
-
StatusMessage
Fields
Code |
The unique code for a warning or error message that results from upgrading an Integration Services package. |
Exception |
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. |