TaskExecutionContext.Log Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Registra em log o progresso da execução da tarefa.
Sobrecargas
Log(ITask, Exception) |
Registra em log o progresso da execução da tarefa para a tarefa e a exceção especificadas. |
Log(ITask, String) |
Registra em log o progresso da execução da tarefa. |
Log(ITask, String, TaskExecutionLogEntryType) |
Registra em log o progresso da execução da tarefa com a tarefa, a mensagem e o tipo de entrada de log especificados. |
Log(ITask, String, Exception, TaskExecutionLogEntryType) |
Registra em log o progresso da execução da tarefa com a tarefa, a mensagem, a exceção e o tipo de entrada de log especificados. |
Log(ITask, Exception)
Registra em log o progresso da execução da tarefa para a tarefa e a exceção especificadas.
public:
virtual void Log(Microsoft::SqlServer::Management::ITask ^ task, Exception ^ error);
public void Log (Microsoft.SqlServer.Management.ITask task, Exception error);
abstract member Log : Microsoft.SqlServer.Management.ITask * Exception -> unit
override this.Log : Microsoft.SqlServer.Management.ITask * Exception -> unit
Public Sub Log (task As ITask, error As Exception)
Parâmetros
Implementações
Aplica-se a
Log(ITask, String)
Registra em log o progresso da execução da tarefa.
public:
virtual void Log(Microsoft::SqlServer::Management::ITask ^ task, System::String ^ message);
public void Log (Microsoft.SqlServer.Management.ITask task, string message);
abstract member Log : Microsoft.SqlServer.Management.ITask * string -> unit
override this.Log : Microsoft.SqlServer.Management.ITask * string -> unit
Public Sub Log (task As ITask, message As String)
Parâmetros
Implementações
Aplica-se a
Log(ITask, String, TaskExecutionLogEntryType)
Registra em log o progresso da execução da tarefa com a tarefa, a mensagem e o tipo de entrada de log especificados.
public:
virtual void Log(Microsoft::SqlServer::Management::ITask ^ task, System::String ^ message, Microsoft::SqlServer::Management::TaskExecutionLogEntryType logEntryType);
public void Log (Microsoft.SqlServer.Management.ITask task, string message, Microsoft.SqlServer.Management.TaskExecutionLogEntryType logEntryType);
abstract member Log : Microsoft.SqlServer.Management.ITask * string * Microsoft.SqlServer.Management.TaskExecutionLogEntryType -> unit
override this.Log : Microsoft.SqlServer.Management.ITask * string * Microsoft.SqlServer.Management.TaskExecutionLogEntryType -> unit
Public Sub Log (task As ITask, message As String, logEntryType As TaskExecutionLogEntryType)
Parâmetros
- logEntryType
- TaskExecutionLogEntryType
TaskExecutionLogEntryType desta mensagem.
Implementações
Aplica-se a
Log(ITask, String, Exception, TaskExecutionLogEntryType)
Registra em log o progresso da execução da tarefa com a tarefa, a mensagem, a exceção e o tipo de entrada de log especificados.
public:
virtual void Log(Microsoft::SqlServer::Management::ITask ^ task, System::String ^ message, Exception ^ error, Microsoft::SqlServer::Management::TaskExecutionLogEntryType logEntryType);
public void Log (Microsoft.SqlServer.Management.ITask task, string message, Exception error, Microsoft.SqlServer.Management.TaskExecutionLogEntryType logEntryType);
abstract member Log : Microsoft.SqlServer.Management.ITask * string * Exception * Microsoft.SqlServer.Management.TaskExecutionLogEntryType -> unit
override this.Log : Microsoft.SqlServer.Management.ITask * string * Exception * Microsoft.SqlServer.Management.TaskExecutionLogEntryType -> unit
Public Sub Log (task As ITask, message As String, error As Exception, logEntryType As TaskExecutionLogEntryType)
Parâmetros
- logEntryType
- TaskExecutionLogEntryType
TaskExecutionLogEntryType desta mensagem.