Project.ReadProjectSyncErrorInfo メソッド
Project Server を指定された SharePoint タスク リストの同期要求のエラー ・ ステータスを取得します。
名前空間: WebSvcProject
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/ReadProjectSyncErrorInfo", 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 ReadProjectSyncErrorInfo ( _
wssListUid As Guid _
) As SyncErrorsDataSet
'使用
Dim instance As Project
Dim wssListUid As Guid
Dim returnValue As SyncErrorsDataSet
returnValue = instance.ReadProjectSyncErrorInfo(wssListUid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/ReadProjectSyncErrorInfo", 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 SyncErrorsDataSet ReadProjectSyncErrorInfo(
Guid wssListUid
)
パラメーター
wssListUid
型: System.GuidSharePoint タスク リストの GUID を指定します。
戻り値
型: WebSvcProject.SyncErrorsDataSet
指定した SharePoint タスク リストの同期のエラーが含まれています。
注釈
これは、 Project Server 2013の新しいメソッドです。ReadProjectSyncErrorInfoメソッドをから syncyronization を実行しようとした、設定の更新、次の方法のいずれかを使用、エラー ステータスを取得します。 CreateWssListSyncedProject、 SyncProjectWithWss、またはUpdateProjectSyncSettings。
プロジェクト サーバーのアクセス許可
権限 |
説明 |
---|---|
プロジェクトを作成することができます。グローバル アクセス権。 |
|
プロジェクト サーバーの公開データベースにプロジェクトを発行することができます。 |