Microsoft.SqlServer.Dts.ManagedMsg Namespace
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.
The Microsoft.SqlServer.Dts.ManagedMsg namespace contains classes to assist the Integration Services developer in raising errors, warnings, informational messages, and other events.
Classes
DataflowErrorSupport |
Supports the raising of errors, warnings, and other messages that include descriptive text for known COM HRESULTS returned by Integration Services components written in native code. This class cannot be inherited. |
ErrorSupport |
Supports the raising of errors, warnings, and other events that include descriptive text for known COM HRESULTs that are returned by Integration Services components written in native code. |
Remarks
The classes in the Microsoft.SqlServer.Dts.ManagedMsg namespace provide value especially by retrieving descriptive messages that correspond to known COM HRESULTs returned by Integration Services components written in native code.