Freigeben über


IDTSComponentMetaData90.PostLogMessage Method

Writes an entry in a package log.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Declaration
<DispIdAttribute(110)> _
Sub PostLogMessage ( _
    <InAttribute> bstrEventName As String, _
    <InAttribute> bstrSourceName As String, _
    <InAttribute> bstrMessageText As String, _
    <InAttribute> dateStartTime As DateTime, _
    <InAttribute> dateEndTime As DateTime, _
    <InAttribute> lDataCode As Integer, _
    <InAttribute> ByRef psaDataBytes As Byte() _
)
[DispIdAttribute(110)] 
void PostLogMessage (
    [InAttribute] string bstrEventName,
    [InAttribute] string bstrSourceName,
    [InAttribute] string bstrMessageText,
    [InAttribute] DateTime dateStartTime,
    [InAttribute] DateTime dateEndTime,
    [InAttribute] int lDataCode,
    [InAttribute] ref byte[] psaDataBytes
)
[DispIdAttribute(110)] 
void PostLogMessage (
    [InAttribute] String^ bstrEventName, 
    [InAttribute] String^ bstrSourceName, 
    [InAttribute] String^ bstrMessageText, 
    [InAttribute] DateTime dateStartTime, 
    [InAttribute] DateTime dateEndTime, 
    [InAttribute] int lDataCode, 
    [InAttribute] array<unsigned char>^% psaDataBytes
)
/** @attribute DispIdAttribute(110) */ 
void PostLogMessage (
    /** @attribute InAttribute() */ String bstrEventName, 
    /** @attribute InAttribute() */ String bstrSourceName, 
    /** @attribute InAttribute() */ String bstrMessageText, 
    /** @attribute InAttribute() */ DateTime dateStartTime, 
    /** @attribute InAttribute() */ DateTime dateEndTime, 
    /** @attribute InAttribute() */ int lDataCode, 
    /** @attribute InAttribute() */ /** @ref */ byte[] psaDataBytes
)
Von JScript werden keine passiven Werttypargumente zur Referenz unterstützt.

Parameter

  • bstrEventName
    The name of the log entry.
  • bstrSourceName
    The name of the component that creates the log entry.
  • bstrMessageText
    The message included in the log text.
  • dateStartTime
    The beginning time of the event.
  • dateEndTime
    The end time of the event.
  • lDataCode
    The data code of the log entry.
  • psaDataBytes
    An array of bytes included with the log entry.

Hinweise

This method is used to write entries into the package execution log.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

IDTSComponentMetaData90 Interface
IDTSComponentMetaData90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace