ManagedWrapper.Log 方法
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Logs the wrapper.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public Sub Log ( _
logEntryName As String, _
computerName As String, _
operatorName As String, _
sourceName As String, _
sourceID As String, _
executionID As String, _
messageText As String, _
startTime As DateTime, _
endTime As DateTime, _
dataCode As Integer, _
ByRef dataBytes As Byte() _
)
'用途
Dim instance As ManagedWrapper
Dim logEntryName As String
Dim computerName As String
Dim operatorName As String
Dim sourceName As String
Dim sourceID As String
Dim executionID As String
Dim messageText As String
Dim startTime As DateTime
Dim endTime As DateTime
Dim dataCode As Integer
Dim dataBytes As Byte()
instance.Log(logEntryName, computerName, _
operatorName, sourceName, sourceID, _
executionID, messageText, startTime, _
endTime, dataCode, dataBytes)
public void Log(
string logEntryName,
string computerName,
string operatorName,
string sourceName,
string sourceID,
string executionID,
string messageText,
DateTime startTime,
DateTime endTime,
int dataCode,
ref byte[] dataBytes
)
public:
virtual void Log(
String^ logEntryName,
String^ computerName,
String^ operatorName,
String^ sourceName,
String^ sourceID,
String^ executionID,
String^ messageText,
DateTime startTime,
DateTime endTime,
int dataCode,
array<unsigned char>^% dataBytes
) sealed
abstract Log :
logEntryName:string *
computerName:string *
operatorName:string *
sourceName:string *
sourceID:string *
executionID:string *
messageText:string *
startTime:DateTime *
endTime:DateTime *
dataCode:int *
dataBytes:byte[] byref -> unit
override Log :
logEntryName:string *
computerName:string *
operatorName:string *
sourceName:string *
sourceID:string *
executionID:string *
messageText:string *
startTime:DateTime *
endTime:DateTime *
dataCode:int *
dataBytes:byte[] byref -> unit
public final function Log(
logEntryName : String,
computerName : String,
operatorName : String,
sourceName : String,
sourceID : String,
executionID : String,
messageText : String,
startTime : DateTime,
endTime : DateTime,
dataCode : int,
dataBytes : byte[]
)
參數
- logEntryName
型別:System.String
The log entry name.
- computerName
型別:System.String
The computer name.
- operatorName
型別:System.String
The name of the operator.
- sourceName
型別:System.String
The source name.
- sourceID
型別:System.String
The source identifier.
- executionID
型別:System.String
The execution identifier.
- messageText
型別:System.String
The message text.
- startTime
型別:System.DateTime
The start time.
- endTime
型別:System.DateTime
The end time.
- dataCode
型別:System.Int32
The data code.
- dataBytes
型別:array<System.Byte[]%
The data bytes.