TaskExecutionLogEntryEventArgs 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정한 태스크, 메시지, 오류 및 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의 유형입니다.