IDTSManagedComponentHost100.HostLogEntryInfos 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Sets the log entry information instance of the host.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
WriteOnly Property HostLogEntryInfos As IDTSLogEntryInfos100 
    Set
用法
Dim instance As IDTSManagedComponentHost100 
Dim value As IDTSLogEntryInfos100

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

属性值

类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100
The log entry information instance of the host.

请参阅

参考

IDTSManagedComponentHost100 接口

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间