PipelineComponent::ErrorSupport Property
Returns an ErrorSupport object that lets the component raise errors, warnings, or other information events based on HRESULTs returned by Integration Services components written in native code.
This API is not CLS-compliant.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
public: [CLSCompliantAttribute(false)] property ErrorSupport^ ErrorSupport { ErrorSupport^ get(); }
Property Value
Type: Microsoft.SqlServer.Dts.ManagedMsg::ErrorSupport^A ErrorSupport object that lets the component raise errors, warnings, or other information events based on HRESULTs returned by Integration Services components written in native code.
Show: