Compartir a través de


PipelineComponent.ErrorSupport Propiedad

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.

Esta API no es compatible con CLS. 

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline
Ensamblado:  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Sintaxis

'Declaración
<CLSCompliantAttribute(False)> _
Public ReadOnly Property ErrorSupport As ErrorSupport 
    Get
'Uso
Dim instance As PipelineComponent 
Dim value As ErrorSupport 

value = instance.ErrorSupport
[CLSCompliantAttribute(false)]
public ErrorSupport ErrorSupport { get; }
[CLSCompliantAttribute(false)]
public:
property ErrorSupport^ ErrorSupport {
    ErrorSupport^ get ();
}
[<CLSCompliantAttribute(false)>]
member ErrorSupport : ErrorSupport
function get ErrorSupport () : ErrorSupport

Valor de la propiedad

Tipo: 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.

Vea también

Referencia

PipelineComponent Clase

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline