WriteLog 方法

此 API 支持 基础结构,但不能通过代码直接使用。

命名空间:  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
程序集:  Microsoft.SqlServer.ASTasks(在 Microsoft.SqlServer.ASTasks.dll 中)

语法

声明
Protected Sub WriteLog ( _
    log As IDTSLogging, _
    message As String _
)
用法
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
)