Partager via


Méthode ISupportErrorInfo.InterfaceSupportsErrorInfo

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Indicates whether or not an interface supports the error information.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly :  Microsoft.SqlServer.ExecPackageTaskWrap (en Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Syntaxe

'Déclaration
Sub InterfaceSupportsErrorInfo ( _
    ByRef riid As Guid _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

ISupportErrorInfo Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask