共用方式為


CubeAdmin.UpdateCubeFieldSettingForDimension 方法

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

語法

'宣告
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/UpdateCubeFieldSettingForDimension", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub UpdateCubeFieldSettingForDimension ( _
    Dim_Project_PropUID_Add As Guid(), _
    Dim_Project_PropUID_Del As Guid(), _
    Dim_Resource_PropUID_Add As Guid(), _
    Dim_Resource_PropUID_Del As Guid(), _
    Dim_Task_PropUID_Add As Guid(), _
    Dim_Task_PropUID_Del As Guid(), _
    Dim_Assignment_PropUID_Add As Guid(), _
    Dim_Assignment_PropUID_Del As Guid() _
)
'用途
Dim instance As CubeAdmin
Dim Dim_Project_PropUID_Add As Guid()
Dim Dim_Project_PropUID_Del As Guid()
Dim Dim_Resource_PropUID_Add As Guid()
Dim Dim_Resource_PropUID_Del As Guid()
Dim Dim_Task_PropUID_Add As Guid()
Dim Dim_Task_PropUID_Del As Guid()
Dim Dim_Assignment_PropUID_Add As Guid()
Dim Dim_Assignment_PropUID_Del As Guid()

instance.UpdateCubeFieldSettingForDimension(Dim_Project_PropUID_Add, _
    Dim_Project_PropUID_Del, Dim_Resource_PropUID_Add, _
    Dim_Resource_PropUID_Del, Dim_Task_PropUID_Add, _
    Dim_Task_PropUID_Del, Dim_Assignment_PropUID_Add, _
    Dim_Assignment_PropUID_Del)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/UpdateCubeFieldSettingForDimension", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void UpdateCubeFieldSettingForDimension(
    Guid[] Dim_Project_PropUID_Add,
    Guid[] Dim_Project_PropUID_Del,
    Guid[] Dim_Resource_PropUID_Add,
    Guid[] Dim_Resource_PropUID_Del,
    Guid[] Dim_Task_PropUID_Add,
    Guid[] Dim_Task_PropUID_Del,
    Guid[] Dim_Assignment_PropUID_Add,
    Guid[] Dim_Assignment_PropUID_Del
)

參數

  • Dim_Project_PropUID_Add
    類型:[]

    專案 Guid,以新增的陣列。

  • Dim_Project_PropUID_Del
    類型:[]

    專案 Guid,以刪除的陣列。

  • Dim_Resource_PropUID_Add
    類型:[]

    資源 Guid,以新增的陣列。

  • Dim_Resource_PropUID_Del
    類型:[]

    資源 Guid,以刪除的陣列。

  • Dim_Task_PropUID_Add
    類型:[]

    若要新增的 Guid 之任務的陣列。

  • Dim_Task_PropUID_Del
    類型:[]

    若要刪除的 Guid 之任務的陣列。

  • Dim_Assignment_PropUID_Add
    類型:[]

    工作分派新增 Guid 的陣列。

  • Dim_Assignment_PropUID_Del
    類型:[]

    工作分派 Guid,以刪除的陣列。

備註

Project Server 權限

權限

描述

ManageCubeBuildingService

可讓使用者管理的 OLAP cube 建立設定。通用權限。

ManageSiteServices

可讓使用者管理服務,例如 Active Directory 設定] 及 [資料庫逾時。通用權限。

請參閱

參照

CubeAdmin 類別

CubeAdmin 成員

WebSvcCubeAdmin 命名空間