Método ASTaskBase.WriteLog
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Writes a log for the task.
Namespace: Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly: Microsoft.SqlServer.ASTasks (em Microsoft.SqlServer.ASTasks.dll)
Sintaxe
'Declaração
Protected Sub WriteLog ( _
log As IDTSLogging, _
message As String _
)
'Uso
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
)
Parâmetros
- log
Tipo: Microsoft.SqlServer.Dts.Runtime.IDTSLogging
The log.
- message
Tipo: System.String
The message.
Consulte também
Referência
Namespace Microsoft.DataTransformationServices.Tasks.DTSProcessingTask