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.