Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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.
Essa API não é compatível com CLS.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (em Microsoft.SqlServer.PipelineHost.dll)
Sintaxe
'Declaração
<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 da propriedade
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.