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
- log
Tipo: Microsoft.SqlServer.Dts.Runtime.IDTSLogging
The log.
- message
Tipo: System.String
The message.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.DataTransformationServices.Tasks.DTSProcessingTask