ASTaskBase::WriteLog Method (IDTSLogging^, String^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Writes a log for the task.

Namespace:   Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly:  Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)

protected:
void WriteLog(
	IDTSLogging^ log,
	String^ message
)

Parameters

log
Type: Microsoft.SqlServer.Dts.Runtime::IDTSLogging^

The log.

message
Type: System::String^

The message.

Return to top
Show: