Condividi tramite


Metodo ASTaskBase.WriteLog

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

Writes a log for the task.

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
)

Parametri

Vedere anche

Riferimento

ASTaskBase Classe

Spazio dei nomi Microsoft.DataTransformationServices.Tasks.DTSProcessingTask