IDTSComponentMetaData100.PostLogMessage 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在包日志中写入一个条目。
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())
参数
- bstrEventName
- String
日志项的名称。
- bstrSourceName
- String
创建日志项的组件的名称。
- bstrMessageText
- String
包括在日志文本中的消息。
- dateStartTime
- DateTime
事件的开始时间。
- dateEndTime
- DateTime
活动的结束时间。
- lDataCode
- Int32
日志项的数据代码。
- psaDataBytes
- Byte[]
日志项附带的字节数组。
- 属性
注解
此方法用于将条目写入包执行日志。