Condividi tramite


ASTaskBase.WriteLog(IDTSLogging, String) Metodo

Definizione

Scrive un log per l'attività.

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)

Parametri

log
IDTSLogging

Log.

message
String

Messaggio.

Si applica a