Share via


ASTaskBase.WriteLog(IDTSLogging, String) Método

Definición

Escribe un registro para la tarea.

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)

Parámetros

log
IDTSLogging

El registro.

message
String

Mensaje.

Se aplica a