Freigeben über


CubeAdmin.UpdateOlapDatabaseSettings-Methode

Aktualisiert die Cubeeinstellungen für die aktuelle OLAP-Datenbank.

Namespace:  WebSvcCubeAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/UpdateOlapDatabaseSettings", 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 UpdateOlapDatabaseSettings ( _
    olapDatabaseGuidCube As Guid, _
    cubeSettings As CubeSettingsDataSet _
)
'Usage
Dim instance As CubeAdmin
Dim olapDatabaseGuidCube As Guid
Dim cubeSettings As CubeSettingsDataSet

instance.UpdateOlapDatabaseSettings(olapDatabaseGuidCube, _
    cubeSettings)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/UpdateOlapDatabaseSettings", 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 UpdateOlapDatabaseSettings(
    Guid olapDatabaseGuidCube,
    CubeSettingsDataSet cubeSettings
)

Parameter

Hinweise

Project Server-Berechtigungen

Berechtigung

Beschreibung

ManageCubeBuildingService

Ermöglicht einem Benutzer das Verwalten von Einstellungen für die Erstellung von OLAP-Cubes. Die globale Berechtigung.

ManageSiteServices

Ermöglicht einem Benutzer das Verwalten von Diensten wie Active Directory-Einstellungen und Timeouts für die Datenbank. Die globale Berechtigung.

Siehe auch

Referenz

CubeAdmin Klasse

CubeAdmin-Member

WebSvcCubeAdmin-Namespace