ManagedComponentHost.HostEventInfos Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Sets the ManagedComponentHost event information.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public WriteOnly Property HostEventInfos As IDTSEventInfos100
Set
'Usage
Dim instance As ManagedComponentHost
Dim value As IDTSEventInfos100
instance.HostEventInfos = value
public IDTSEventInfos100 HostEventInfos { set; }
public:
virtual property IDTSEventInfos100^ HostEventInfos {
void set (IDTSEventInfos100^ value) sealed;
}
abstract HostEventInfos : IDTSEventInfos100 with get, set
override HostEventInfos : IDTSEventInfos100 with get, set
final function set HostEventInfos (value : IDTSEventInfos100)
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventInfos100
The event information.
Implements
IDTSManagedComponentHost100.HostEventInfos