CubeAdmin.UpdateCubeCalculatedMemberDefinition method
Updates the definition of calculated members in OLAP cubes.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/UpdateCubeCalculatedMemberDefinition", 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 UpdateCubeCalculatedMemberDefinition ( _
calculatedMembersDataset As CubeCalculatedMemberDataSet _
)
'Usage
Dim instance As CubeAdmin
Dim calculatedMembersDataset As CubeCalculatedMemberDataSet
instance.UpdateCubeCalculatedMemberDefinition(calculatedMembersDataset)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/UpdateCubeCalculatedMemberDefinition", 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 UpdateCubeCalculatedMemberDefinition(
CubeCalculatedMemberDataSet calculatedMembersDataset
)
Parameters
calculatedMembersDataset
Type: WebSvcCubeAdmin.CubeCalculatedMemberDataSetContains information about the calculated members.
Remarks
The UpdateCubeCalculatedMemberDefinition method replaces the UpdateCubeCalculatedMemberDefintion method, which is misspelled. Both methods have the same parameter and both will be members of the CubeAdmin class in the final release of Project Server 2010. For future compatibility, you should use only the correctly spelled UpdateCubeCalculatedMemberDefinition method.
Project Server Permissions
Permission |
Description |
---|---|
Allows a user to manage settings for OLAP cube creation. Global permission. |
|
Allows a user to administer services such as Active Directory settings and database timeouts. Global permission. |