次の方法で共有


ITaskExecutionManager.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)

プロパティ値

タスクのコレクション。

適用対象