Partager via


HostLogEntryInfos propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (dans Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
WriteOnly Property HostLogEntryInfos As IDTSLogEntryInfos100
    Set
'Utilisation
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)