ISupportErrorInfo.InterfaceSupportsErrorInfo Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Indicates whether or not an interface supports the error information.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntax
'Declaration
Sub InterfaceSupportsErrorInfo ( _
ByRef riid As Guid _
)
'Usage
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
)
Parameters
- riid
Type: System.Guid%
The pointer to an interface identifier.