ASTaskBase.WriteLog(IDTSLogging, String) 메서드

정의

태스크에 대한 로그를 기록합니다.

protected:
 void WriteLog(Microsoft::SqlServer::Dts::Runtime::IDTSLogging ^ log, System::String ^ message);
protected void WriteLog (Microsoft.SqlServer.Dts.Runtime.IDTSLogging log, string message);
member this.WriteLog : Microsoft.SqlServer.Dts.Runtime.IDTSLogging * string -> unit
Protected Sub WriteLog (log As IDTSLogging, message As String)

매개 변수

log
IDTSLogging

로그입니다.

message
String

메시지입니다.

적용 대상