TaskExecutionLogEntryEventArgs.LogEntryType プロパティ

定義

タスクの実行に関連付けられているログ エントリの種類を取得します。

public:
 property Microsoft::SqlServer::Management::TaskExecutionLogEntryType LogEntryType { Microsoft::SqlServer::Management::TaskExecutionLogEntryType get(); };
public Microsoft.SqlServer.Management.TaskExecutionLogEntryType LogEntryType { get; }
member this.LogEntryType : Microsoft.SqlServer.Management.TaskExecutionLogEntryType
Public ReadOnly Property LogEntryType As TaskExecutionLogEntryType

プロパティ値

タスクの実行に関連付けられているログ エントリの種類を表す値を返します。

適用対象