ISupportErrorInfo Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents an interface which ensures that error information can be propagated up the call chain correctly.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntax
'Declaration
<GuidAttribute("DF0B3D60-548F-101B-8E65-08002B2BD119")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface ISupportErrorInfo
'Usage
Dim instance As ISupportErrorInfo
[GuidAttribute("DF0B3D60-548F-101B-8E65-08002B2BD119")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface ISupportErrorInfo
[GuidAttribute(L"DF0B3D60-548F-101B-8E65-08002B2BD119")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class ISupportErrorInfo
[<GuidAttribute("DF0B3D60-548F-101B-8E65-08002B2BD119")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type ISupportErrorInfo = interface end
public interface ISupportErrorInfo
The ISupportErrorInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
InterfaceSupportsErrorInfo | Infrastructure. Indicates whether or not an interface supports the error information. |
Top