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
projectUid
Typ: System.GuidDie GUID des Projekts.
store
Typ: WebSvcProject.DataStoreEnumGibt die Datenbank Entwurf, veröffentlicht oder archivieren.
Rückgabewert
Typ: WebSvcProject.ProjectImpactDataSet
Die projektauswirkungsdaten enthält.
Hinweise
ReadProjectImpacts ist eine neue Methode in Project Server 2013.
Project Server-Berechtigungen
Berechtigung |
Beschreibung |
---|---|
Ermöglicht einem Benutzer das Öffnen eines Projekts in Project Server. Kategorieberechtigung. |