PipelineComponent.ErrorSupport Property

Definition

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

Applies to