Share via


IDTSInfoEvents100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Defines an interface that is used to fire informational, warning, and error events.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("2C64F83B-8E7F-4AC6-9138-75BF363002EE")> _
Public Interface IDTSInfoEvents100
'Usage
Dim instance As IDTSInfoEvents100
[GuidAttribute("2C64F83B-8E7F-4AC6-9138-75BF363002EE")]
public interface IDTSInfoEvents100
[GuidAttribute(L"2C64F83B-8E7F-4AC6-9138-75BF363002EE")]
public interface class IDTSInfoEvents100
[<GuidAttribute("2C64F83B-8E7F-4AC6-9138-75BF363002EE")>]
type IDTSInfoEvents100 =  interface end
public interface IDTSInfoEvents100

The IDTSInfoEvents100 type exposes the following members.

Methods

  Name Description
Public method FireError Infrastructure. Fires an error.
Public method FireInformation Infrastructure. Fires an informational event.
Public method FireWarning Infrastructure. Fires a warning.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace