ITaskExecutionManager.Tasks Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém a coleção de tarefas.
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)
Valor da propriedade
A coleção de tarefas.