Condividi tramite


Metodo WriteLog

Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.

Spazio dei nomi  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly:  Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)

Sintassi

'Dichiarazione
Protected Sub WriteLog ( _
    log As IDTSLogging, _
    message As String _
)
'Utilizzo
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
)