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

消息。

适用于