StatusMessage Members
Include Protected Members
Include Inherited Members
Specifies the warning and error messages that result from upgrading an Integration Services package.
The StatusMessage type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from ValueType.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from ValueType.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
Code | Indicates the unique code for a warning or error message that results from upgrading an Integration Services package. | |
Exception | Infrastructure. | |
Message | Indicates the message text that results from upgrading an Integration Services package. | |
Status | Specifies the upgrade status for an Integration Services package. |
Top