Freigeben über


Project.ReadProjectImpacts-Methode

Auswirkungen von das angegebene Projekt aus, für Portfolio Analysys liest.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/ReadProjectImpacts", 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 ReadProjectImpacts ( _
    projectUid As Guid, _
    store As DataStoreEnum _
) As ProjectImpactDataSet
'Usage
Dim instance As Project
Dim projectUid As Guid
Dim store As DataStoreEnum
Dim returnValue As ProjectImpactDataSet

returnValue = instance.ReadProjectImpacts(projectUid, _
    store)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/ReadProjectImpacts", 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 ProjectImpactDataSet ReadProjectImpacts(
    Guid projectUid,
    DataStoreEnum store
)

Parameter

Rückgabewert

Typ: WebSvcProject.ProjectImpactDataSet
Die projektauswirkungsdaten enthält.

Hinweise

ReadProjectImpacts ist eine neue Methode in Project Server 2013.

Project Server-Berechtigungen

Berechtigung

Beschreibung

OpenProject

Ermöglicht einem Benutzer das Öffnen eines Projekts in Project Server. Kategorieberechtigung.

Siehe auch

Referenz

Project Klasse

Project-Member

WebSvcProject-Namespace