Freigeben über


WssInterop.ReadWssServerInfo-Methode

Ruft Informationen über alle SharePoint-Servern und Websites in einer Farm ab.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/ReadWssServerInfo", 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 ReadWssServerInfo As WssServersDataSet
'Usage
Dim instance As WssInterop
Dim returnValue As WssServersDataSet

returnValue = instance.ReadWssServerInfo()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/ReadWssServerInfo", 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 WssServersDataSet ReadWssServerInfo()

Rückgabewert

Typ: WebSvcWssInterop.WssServersDataSet
Die WssServersDataSet enthält die folgenden Informationen für jede Website: Hostnamen, Port, URL, GUID und gibt an, ob die Website SSL verwendet.

Hinweise

Die Websites befinden sich innerhalb einer SharePoint-Farm.

Project Server-Berechtigungen

Berechtigung

Beschreibung

LogOn

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

ManageWindowsSharePointServices

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

Siehe auch

Referenz

WssInterop Klasse

WssInterop-Member

WebSvcWssInterop-Namespace