ASTaskBase.WriteLog Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly: Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)
Syntax
'Declaration
Protected Sub WriteLog ( _
log As IDTSLogging, _
message As String _
)
'Usage
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
)