ASTaskBase.WriteLog Method (IDTSLogging, String)

 

Applies To: SQL Server 2016 Preview

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)

Syntax

protected void WriteLog(
    IDTSLogging log,
    string message
)
protected:
void WriteLog(
    IDTSLogging^ log,
    String^ message
)
member WriteLog : 
        log:IDTSLogging *
        message:string -> unit
Protected Sub WriteLog (
    log As IDTSLogging,
    message As String
)

Parameters

See Also

ASTaskBase Class
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask Namespace

Return to top