IDTSComponentMetaData90.PostLogMessage Method
Writes an entry in a package log.
Espace de noms: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntaxe
'Déclaration
<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 ne prend pas en charge le passage d'arguments de type valeur par référence.
Paramètres
- 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.
Notes
This method is used to write entries into the package execution log.
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
IDTSComponentMetaData90 Interface
IDTSComponentMetaData90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace