Project.ReadProjectImpacts Method
Reads impacts of the specified project, for portfolio analysys.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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
)
Parameters
- projectUid
Type: System.Guid
The GUID of the project.
- store
Type: [Project Web service].DataStoreEnum
Specifies the Draft, Published, or Archive database.
Return Value
Type: [Project Web service].ProjectImpactDataSet
Contains the project impact data.
Remarks
ReadProjectImpacts is a new method in Project Server 2010.
Project Server Permissions
Permission |
Description |
---|---|
Allows a user to open a project from Project Server. Category permission. |