ITaskExecutionManager.Tasks Proprietà

Definizione

Ottiene la raccolta di attività.

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)

Valore della proprietà

Raccolta di attività.

Si applica a