IDTSComponentMetaData130.PostLogMessage Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
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[]
Реализации
- Атрибуты