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
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Syntax

'Declaration
Public WriteOnly Property HostLogEntryInfos As IDTSLogEntryInfos100
    Set
'Usage
Dim instance As ManagedComponentHost
Dim value As IDTSLogEntryInfos100

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

Implementiert

IDTSManagedComponentHost100. . :: . .HostLogEntryInfos