Método IDTSLogging100.Log
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Writes the log entry.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Sub Log ( _
EventName As String, _
Computer As String, _
Operator 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() _
)
'Uso
Dim instance As IDTSLogging100
Dim EventName As String
Dim Computer As String
Dim Operator 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(EventName, Computer, Operator, _
SourceName, SourceID, ExecutionID, _
MessageText, StartTime, EndTime, _
DataCode, DataBytes)
void Log(
string EventName,
string Computer,
string Operator,
string SourceName,
string SourceID,
string ExecutionID,
string MessageText,
DateTime StartTime,
DateTime EndTime,
int DataCode,
ref byte[] DataBytes
)
void Log(
[InAttribute] String^ EventName,
[InAttribute] String^ Computer,
[InAttribute] String^ Operator,
[InAttribute] String^ SourceName,
[InAttribute] String^ SourceID,
[InAttribute] String^ ExecutionID,
[InAttribute] String^ MessageText,
[InAttribute] DateTime StartTime,
[InAttribute] DateTime EndTime,
[InAttribute] int DataCode,
[InAttribute] array<unsigned char>^% DataBytes
)
abstract Log :
EventName:string *
Computer:string *
Operator:string *
SourceName:string *
SourceID:string *
ExecutionID:string *
MessageText:string *
StartTime:DateTime *
EndTime:DateTime *
DataCode:int *
DataBytes:byte[] byref -> unit
function Log(
EventName : String,
Computer : String,
Operator : String,
SourceName : String,
SourceID : String,
ExecutionID : String,
MessageText : String,
StartTime : DateTime,
EndTime : DateTime,
DataCode : int,
DataBytes : byte[]
)
Parâmetros
- EventName
Tipo: System.String
The event calling the log entry.
- Computer
Tipo: System.String
The name of local computer.
- Operator
Tipo: System.String
The user account.
- SourceName
Tipo: System.String
The object that is the source of the event.
- SourceID
Tipo: System.String
The identifier of the task.
- ExecutionID
Tipo: System.String
The execution ID.
- MessageText
Tipo: System.String
The text to write in the log.
- StartTime
Tipo: System.DateTime
The start time of the event.
- EndTime
Tipo: System.DateTime
The end time of the event.
- DataCode
Tipo: System.Int32
Numeric data field.
- DataBytes
Tipo: array<System.Byte[]%
A byte array field for binary large objects