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.