LogProviderHostClass.Log 메서드

정의

public:
 virtual void Log(System::String ^ EventName, System::String ^ Computer, System::String ^ Operator, System::String ^ SourceName, System::String ^ SourceID, System::String ^ ExecutionID, System::String ^ MessageText, DateTime StartTime, DateTime EndTime, int DataCode, cli::array <System::Byte> ^ % DataBytes) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSLogging100::Log;
public virtual 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);
abstract member Log : string * string * string * string * string * string * string * DateTime * DateTime * int * Byte[] -> unit
override this.Log : string * string * string * string * string * string * string * DateTime * DateTime * int * Byte[] -> unit
Public Overridable 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())

매개 변수

EventName
String
Computer
String
Operator
String
SourceName
String
SourceID
String
ExecutionID
String
MessageText
String
StartTime
DateTime
EndTime
DateTime
DataCode
Int32
DataBytes
Byte[]

구현

적용 대상