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
)
JScript does not support passing value-type arguments by reference.

Parameters

  • 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.

Remarks

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

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

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