ExecutePackageTaskClass.InterfaceSupportsErrorInfo Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies that an interface on the object supports the error information.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntax
'Declaration
Public Overridable Sub InterfaceSupportsErrorInfo ( _
ByRef riid As Guid _
)
'Usage
Dim instance As ExecutePackageTaskClass
Dim riid As Guid
instance.InterfaceSupportsErrorInfo(riid)
public virtual void InterfaceSupportsErrorInfo(
ref Guid riid
)
public:
virtual void InterfaceSupportsErrorInfo(
[InAttribute] Guid% riid
)
abstract InterfaceSupportsErrorInfo :
riid:Guid byref -> unit
override InterfaceSupportsErrorInfo :
riid:Guid byref -> unit
public function InterfaceSupportsErrorInfo(
riid : Guid
)
Parameters
- riid
Type: System.Guid%
The pointer to an interface identifier.
Implements
ISupportErrorInfo.InterfaceSupportsErrorInfo(Guid%)