PipelineComponent.ErrorSupport Property
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.
Important
This API is not CLS-compliant.
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.
public:
property Microsoft::SqlServer::Dts::ManagedMsg::ErrorSupport ^ ErrorSupport { Microsoft::SqlServer::Dts::ManagedMsg::ErrorSupport ^ get(); };
[System.CLSCompliant(false)]
public Microsoft.SqlServer.Dts.ManagedMsg.ErrorSupport ErrorSupport { get; }
[<System.CLSCompliant(false)>]
member this.ErrorSupport : Microsoft.SqlServer.Dts.ManagedMsg.ErrorSupport
Public ReadOnly Property ErrorSupport As ErrorSupport
Property Value
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.
- Attributes