ASTaskBase.WriteLog(IDTSLogging, String) Méthode

Définition

Écrit un enregistrement pour la tâche.

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)

Paramètres

log
IDTSLogging

Journal.

message
String

Message.

S’applique à