次の方法で共有


Project.QueueImportTaskLists メソッド

新しい表示プロジェクトとして、指定された SharePoint タスク リストをインポートします。

名前空間:  WebSvcProject
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/QueueImportTaskLists", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Project/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Project/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function QueueImportTaskLists ( _
    taskListImportInfo As TaskListImportInfo() _
) As ImportResult()
'使用
Dim instance As Project
Dim taskListImportInfo As TaskListImportInfo()
Dim returnValue As ImportResult()

returnValue = instance.QueueImportTaskLists(taskListImportInfo)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/QueueImportTaskLists", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Project/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Project/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public ImportResult[] QueueImportTaskLists(
    TaskListImportInfo[] taskListImportInfo
)

パラメーター

  • taskListImportInfo
    型: []

    各オブジェクトには GUID の一覧、web GUID、およびプロジェクト名が含まれている、タスク リストの情報オブジェクトの配列。

戻り値

型: []
Project Server キュー ジョブ GUID、エラー一覧の各オブジェクトが含まれている、インポートされたプロジェクトのインポートの結果オブジェクトの配列。

注釈

表示プロジェクトにProject Web Appに表示されますが、プロジェクト管理は、SharePoint 内で維持されます。

プロジェクト サーバーのアクセス許可

権限

説明

NewProject

新しいプロジェクトを作成することができます。グローバル アクセス権。

関連項目

参照先

Project クラス

Project メンバー

WebSvcProject 名前空間