Compartir a través de


ISupportErrorInfo.InterfaceSupportsErrorInfo Método

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

Indicates whether or not an interface supports the error information.

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

Sintaxis

'Declaración
Sub InterfaceSupportsErrorInfo ( _
    ByRef riid As Guid _
)
'Uso
Dim instance As ISupportErrorInfo 
Dim riid As Guid

instance.InterfaceSupportsErrorInfo(riid)
void InterfaceSupportsErrorInfo(
    ref Guid riid
)
void InterfaceSupportsErrorInfo(
    [InAttribute] Guid% riid
)
abstract InterfaceSupportsErrorInfo : 
        riid:Guid byref -> unit
function InterfaceSupportsErrorInfo(
    riid : Guid
)

Parámetros

  • riid
    Tipo: System.Guid%
    The pointer to an interface identifier.

Vea también

Referencia

ISupportErrorInfo Interfaz

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