ASTaskBase.WriteLog(IDTSLogging, String) Methode

Definition

Schreibt ein Protokoll für den Task.

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)

Parameter

log
IDTSLogging

Das Protokoll.

message
String

Die Meldung.

Gilt für: