ManagedComponentHost.HostEventInfos 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Sets the ManagedComponentHost event information.
命名空间: Microsoft.SqlServer.Dts.Pipeline
程序集: Microsoft.SqlServer.PipelineHost(在 Microsoft.SqlServer.PipelineHost.dll 中)
语法
声明
Public WriteOnly Property HostEventInfos As IDTSEventInfos100
Set
用法
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)
属性值
类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventInfos100
The event information.
实现
IDTSManagedComponentHost100.HostEventInfos