Compartir a través de


Interfaz ISupportErrorInfo

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents an interface which ensures that error information can be propagated up the call chain correctly.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Ensamblado:  Microsoft.SqlServer.ExecPackageTaskWrap (en Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("DF0B3D60-548F-101B-8E65-08002B2BD119")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface ISupportErrorInfo
'Uso
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

El tipo ISupportErrorInfo expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público InterfaceSupportsErrorInfo Infraestructura. Indicates whether or not an interface supports the error information.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask