Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Sets the ManagedComponentHost log entry information.
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)
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100
The log entry information.
Implements
IDTSManagedComponentHost100.HostLogEntryInfos