TaskExecutionLogEntryEventArgs.LogEntryType Property

Definition

Gets the log entry type associated with the task execution.

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

Property Value

Returns a value that represents the log entry type associated with the task execution.

Applies to