Share via


IDTSManagedComponentHost100.HostEventInfos Property

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

Sets the event information instance of the host.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
WriteOnly Property HostEventInfos As IDTSEventInfos100 
    Set
'Usage
Dim instance As IDTSManagedComponentHost100 
Dim value As IDTSEventInfos100

instance.HostEventInfos = value
IDTSEventInfos100 HostEventInfos { set; }
property IDTSEventInfos100^ HostEventInfos {
    void set (IDTSEventInfos100^ value);
}
abstract HostEventInfos : IDTSEventInfos100 with get, set
function set HostEventInfos (value : IDTSEventInfos100)

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventInfos100
The event information instance of the host.

See Also

Reference

IDTSManagedComponentHost100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace