ITaskExecutionManager.Tasks Property

Definition

Gets the collection of tasks.

public:
 property System::Collections::Generic::IList<Microsoft::SqlServer::Management::ITask ^> ^ Tasks { System::Collections::Generic::IList<Microsoft::SqlServer::Management::ITask ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.SqlServer.Management.ITask> Tasks { get; }
member this.Tasks : System.Collections.Generic.IList<Microsoft.SqlServer.Management.ITask>
Public ReadOnly Property Tasks As IList(Of ITask)

Property Value

The collection of tasks.

Applies to