CManagedComponentWrapperClass.LogEntryInfos 属性
Gets the IDTSLogEntryInfos100 object to the component.
命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
语法
声明
Public Overridable WriteOnly Property LogEntryInfos As IDTSLogEntryInfos100
Set
用法
Dim instance As CManagedComponentWrapperClass
Dim value As IDTSLogEntryInfos100
instance.LogEntryInfos = value
public virtual IDTSLogEntryInfos100 LogEntryInfos { set; }
public:
virtual property IDTSLogEntryInfos100^ LogEntryInfos {
void set (IDTSLogEntryInfos100^ value);
}
abstract LogEntryInfos : IDTSLogEntryInfos100 with get, set
override LogEntryInfos : IDTSLogEntryInfos100 with get, set
function set LogEntryInfos (value : IDTSLogEntryInfos100)
属性值
类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100
The IDTSLogEntryInfos100 object that is associated with the component.
实现
IDTSRuntimeComponent100.LogEntryInfos