Поделиться через


Свойство PipelineComponent.ErrorSupport

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.

Этот API-интерфейс несовместим с CLS. 

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline
Сборка:  Microsoft.SqlServer.PipelineHost (в Microsoft.SqlServer.PipelineHost.dll)

Синтаксис

'Декларация
<CLSCompliantAttribute(False)> _
Public ReadOnly Property ErrorSupport As ErrorSupport 
    Get
'Применение
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

Значение свойства

Тип: 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.

См. также

Справочник

PipelineComponent Класс

Пространство имен Microsoft.SqlServer.Dts.Pipeline