Partager via


Méthode WriteLog

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly :  Microsoft.SqlServer.ASTasks (en Microsoft.SqlServer.ASTasks.dll)

Syntaxe

'Déclaration
Protected Sub WriteLog ( _
    log As IDTSLogging, _
    message As String _
)
'Utilisation
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
)