HostLogEntryInfos-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
WriteOnly Property HostLogEntryInfos As IDTSLogEntryInfos100
Set
'Usage
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)
Eigenschaftenwert
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSLogEntryInfos100