ASTaskBase.WriteLog 方法
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Writes a log for the task.
命名空间: 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
)
参数
- log
类型:Microsoft.SqlServer.Dts.Runtime.IDTSLogging
The log.
- message
类型:System.String
The message.
请参阅
参考
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask 命名空间