Поделиться через


IDTSComponentMetaData90.PostLogMessage Method

Writes an entry in a package log.

Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Синтаксис

'Декларация
<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 не поддерживает передачу аргументов типа, содержащего значение, по ссылке.

Параметры

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

Замечания

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

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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