Share via


ASTaskBase.WriteLog Method

This API supports the SQL Server 2012 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

'Declaration
Protected Sub WriteLog ( _
    log As IDTSLogging, _
    message As String _
)
'Usage
Dim log As IDTSLogging 
Dim message As String 

Me.WriteLog(log, message)
protected void WriteLog(
    IDTSLogging log,
    string message
)
protected:
void WriteLog(
    IDTSLogging^ log, 
    String^ message
)
member WriteLog : 
        log:IDTSLogging * 
        message:string -> unit
protected function WriteLog(
    log : IDTSLogging, 
    message : String
)

Parameters

See Also

Reference

ASTaskBase Class

Microsoft.DataTransformationServices.Tasks.DTSProcessingTask Namespace