IDTSLogging100.Log 메서드

정의

로그 항목을 기록합니다.

public:
 void Log(System::String ^ EventName, System::String ^ Computer, System::String ^ Operator, System::String ^ SourceName, System::String ^ SourceID, System::String ^ ExecutionID, System::String ^ MessageText, DateTime StartTime, DateTime EndTime, int DataCode, cli::array <System::Byte> ^ % DataBytes);
[System.Runtime.InteropServices.DispId(1610743808)]
public void Log (string EventName, string Computer, string Operator, string SourceName, string SourceID, string ExecutionID, string MessageText, DateTime StartTime, DateTime EndTime, int DataCode, ref byte[] DataBytes);
[<System.Runtime.InteropServices.DispId(1610743808)>]
abstract member Log : string * string * string * string * string * string * string * DateTime * DateTime * int * Byte[] -> unit
Public Sub Log (EventName As String, Computer As String, Operator As String, SourceName As String, SourceID As String, ExecutionID As String, MessageText As String, StartTime As DateTime, EndTime As DateTime, DataCode As Integer, ByRef DataBytes As Byte())

매개 변수

EventName
String

로그 항목을 호출하는 이벤트입니다.

Computer
String

로컬 컴퓨터의 이름입니다.

Operator
String

사용자 계정입니다.

SourceName
String

이벤트의 소스인 개체입니다.

SourceID
String

태스크의 식별자입니다.

ExecutionID
String

실행 ID입니다.

MessageText
String

로그에 기록할 텍스트입니다.

StartTime
DateTime

이벤트의 시간입니다.

EndTime
DateTime

이벤트의 종료 시간입니다.

DataCode
Int32

숫자 데이터 필드입니다.

DataBytes
Byte[]

BLOB(Binary Large Object)의 바이트 배열 필드입니다.

특성

적용 대상