次の方法で共有


WssInterop.ReadWssServerInfo メソッド

すべての SharePoint サーバーと、ファーム内のサイトに関する情報を取得します。

名前空間:  WebSvcWssInterop
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
<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
'使用
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()

戻り値

型: WebSvcWssInterop.WssServersDataSet
WssServersDataSetの各サイトについて次の情報が含まれています: GUID、ホスト名、ポート、URL、サイトが SSL を使用するかどうかと。

注釈

サイトは、SharePoint ファーム内では。

プロジェクト サーバーのアクセス許可

権限

説明

LogOn

Project Server にログオンすることができます。グローバル アクセス権。

ManageWindowsSharePointServices

プロジェクトのプロジェクト サイトのサイトを管理することができます。グローバル アクセス権。

関連項目

参照先

WssInterop クラス

WssInterop メンバー

WebSvcWssInterop 名前空間