IDTSComponentMetaData100.PostLogMessage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void PostLogMessage(System::String ^ bstrEventName, System::String ^ bstrSourceName, System::String ^ bstrMessageText, DateTime dateStartTime, DateTime dateEndTime, int lDataCode, cli::array <System::Byte> ^ % psaDataBytes);
[System.Runtime.InteropServices.DispId(110)]
public void PostLogMessage (string bstrEventName, string bstrSourceName, string bstrMessageText, DateTime dateStartTime, DateTime dateEndTime, int lDataCode, ref byte[] psaDataBytes);
[<System.Runtime.InteropServices.DispId(110)>]
abstract member PostLogMessage : string * string * string * DateTime * DateTime * int * Byte[] -> unit
Public Sub PostLogMessage (bstrEventName As String, bstrSourceName As String, bstrMessageText As String, dateStartTime As DateTime, dateEndTime As DateTime, lDataCode As Integer, ByRef psaDataBytes As Byte())
Parameters
- bstrEventName
- String
- bstrSourceName
- String
- bstrMessageText
- String
- dateStartTime
- DateTime
- dateEndTime
- DateTime
- lDataCode
- Int32
- psaDataBytes
- Byte[]
- Attributes
Remarks
This method is used to write entries into the package execution log.