共用方式為


WssInterop.UpdateWssSettings 方法

命名空間:  WebSvcWssInterop
組件:  ProjectServerServices (在 ProjectServerServices.dll 中)

語法

'宣告
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/UpdateWssSettings", 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 Sub UpdateWssSettings ( _
    wssSettingsDataSet As WssSettingsDataSet _
)
'用途
Dim instance As WssInterop
Dim wssSettingsDataSet As WssSettingsDataSet

instance.UpdateWssSettings(wssSettingsDataSet)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/UpdateWssSettings", 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 void UpdateWssSettings(
    WssSettingsDataSet wssSettingsDataSet
)

參數

備註

project site設定WssSettingsDataSet中包含下列欄位:

欄位

描述

WADMIN_CURRENT_STS_SERVER_UID

SharePoint server 的唯一識別碼。

WADMIN_DEFAULT_SITE_COLLECTION

網站集合識別碼。

WADMIN_STS_TEMPLATE_ID

project site範本識別碼。

WADMIN_STS_TEMPLATE_LCID

project site範本 LCID 值。美式英文為 1033年。

WADMIN_AUTO_CREATE_SUBWEBS

是否要自動建立子網站 byte 值。

WADMIN_AUTO_ADD_USER_TO_SUBWEB

是否要自動將使用者新增至子網站 byte 值。

Project Server 權限

權限

描述

ManageWindowsSharePointServices

可讓使用者管理project site。通用權限。

請參閱

參照

WssInterop 類別

WssInterop 成員

WebSvcWssInterop 命名空間