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 の種類。

適用対象