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)

속성 값

태스크의 컬렉션입니다.

적용 대상