IDTSManagedComponentHost100.HostEventInfos Property

 

Applies To: SQL Server 2016 Preview

This API supports the product 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

[DispIdAttribute(1610678312)]
IDTSEventInfos100 HostEventInfos { set; }
[DispIdAttribute(1610678312)]
property IDTSEventInfos100^ HostEventInfos {
    void set(IDTSEventInfos100^ value);
}
[<DispIdAttribute(1610678312)>]
abstract HostEventInfos : IDTSEventInfos100 with set
<DispIdAttribute(1610678312)>
WriteOnly Property HostEventInfos As IDTSEventInfos100

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventInfos100

The event information instance of the host.

See Also

IDTSManagedComponentHost100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top