TaskExecutionLogEntryEventArgs 생성자

정의

지정한 태스크, 메시지, 오류 및 logEntryType 매개 변수를 포함하는 TaskExecutionLogEntryEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 TaskExecutionLogEntryEventArgs(Microsoft::SqlServer::Management::ITask ^ task, System::String ^ message, Exception ^ error, Microsoft::SqlServer::Management::TaskExecutionLogEntryType logEntryType);
public TaskExecutionLogEntryEventArgs (Microsoft.SqlServer.Management.ITask task, string message, Exception error, Microsoft.SqlServer.Management.TaskExecutionLogEntryType logEntryType);
new Microsoft.SqlServer.Management.TaskForms.TaskExecutionLogEntryEventArgs : Microsoft.SqlServer.Management.ITask * string * Exception * Microsoft.SqlServer.Management.TaskExecutionLogEntryType -> Microsoft.SqlServer.Management.TaskForms.TaskExecutionLogEntryEventArgs
Public Sub New (task As ITask, message As String, error As Exception, logEntryType As TaskExecutionLogEntryType)

매개 변수

task
ITask

태스크를 나타내는 인터페이스입니다.

message
String

메시지를 나타내는 문자열입니다.

error
Exception

예외 메시지입니다.

logEntryType
TaskExecutionLogEntryType

사용할 logEntry의 유형입니다.

적용 대상