TaskExecutionLogEntryEventArgs.Task Property

Definition

Gets any task associated with the log entry event.

public:
 property Microsoft::SqlServer::Management::ITask ^ Task { Microsoft::SqlServer::Management::ITask ^ get(); };
public Microsoft.SqlServer.Management.ITask Task { get; }
member this.Task : Microsoft.SqlServer.Management.ITask
Public ReadOnly Property Task As ITask

Property Value

Returns a value that represents a task associated with a log entry event.

Applies to