Compartir a través de


del método WssInterop.ReadWssServerInfo

Obtiene información acerca de todos los servidores de SharePoint y los sitios de una granja de servidores.

Espacio de nombres:  WebSvcWssInterop
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
<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
'Uso
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()

Valor devuelto

Tipo: WebSvcWssInterop.WssServersDataSet
El WssServersDataSet incluye la siguiente información para cada sitio: GUID, nombre de host, puerto, dirección URL, y si el sitio utiliza SSL.

Comentarios

Los sitios están dentro de una granja de servidores de SharePoint.

Permisos de Project Server

Permiso

Descripción

LogOn

Permite al usuario iniciar sesión en Project Server. Permiso global.

ManageWindowsSharePointServices

Permite al usuario que administre el sitio del proyecto sitio del proyecto. Permiso global.

Vea también

Referencia

clase WssInterop

Miembros WssInterop

Espacio de nombres WebSvcWssInterop