Compartilhar via


TaskExecutionLogEntryEventArgs Construtor

Definição

Inicializa uma nova instância da classe TaskExecutionLogEntryEventArgs com a tarefa, a mensagem, o erro e o parâmetro logEntryType especificados.

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)

Parâmetros

task
ITask

Uma interface que representa a tarefa.

message
String

Uma cadeia de caracteres que representa a mensagem.

error
Exception

A mensagem de exceção.

logEntryType
TaskExecutionLogEntryType

O tipo de logEntry a ser usado.

Aplica-se a