Freigeben über


WssInterop.ReadWssData-Methode

Ruft Informationen über die SharePoint-Website von einer Projektwebsite für das angegebene Projekt ab.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/ReadWssData", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadWssData ( _
    projectUID As Guid _
) As ProjectWSSInfoDataSet
'Usage
Dim instance As WssInterop
Dim projectUID As Guid
Dim returnValue As ProjectWSSInfoDataSet

returnValue = instance.ReadWssData(projectUID)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/ReadWssData", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public ProjectWSSInfoDataSet ReadWssData(
    Guid projectUID
)

Parameter

Rückgabewert

Typ: WebSvcWssInterop.ProjectWSSInfoDataSet
Die ProjectWSSInfoDataSet enthält Informationen zu dem Projekt und der Projektwebsite.

Hinweise

Die ProjectWSSInfoDataSet enthält die PROJ_UID, PROJ_NAME, WSTS_SERVER_UIDund WPROJ_STS_SUBWEB_NAME -Felder. Wenn die Projektwebsite nicht leer ist, enthält zusätzliche Informationen Project Web App Administrator-Rolle-ID, die Projekt-Manager-Rolle-ID, die Rolle-Benutzer-ID, die URLs für die Projektwebsite und Listen mit Problemen, Risiken, Lieferumfang und Ansichten.

Project Server-Berechtigungen

Eine der folgenden Berechtigungen ist erforderlich.

Berechtigung

Beschreibung

LogOn

Ermöglicht es dem Benutzer zur Anmeldung bei Project Server. Die globale Berechtigung.

ManageWindowsSharePointServices

Ermöglicht es dem Benutzer, die Projektwebsite-Website zu verwalten. Die globale Berechtigung.

Siehe auch

Referenz

WssInterop Klasse

WssInterop-Member

WebSvcWssInterop-Namespace