Partager via


CubeAdmin.DeleteOlapDatabaseSetting - Méthode

Supprime une base de données de cube OLAP à partir de la liste.

Espace de noms :  WebSvcCubeAdmin
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/DeleteOlapDatabaseSetting", 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 DeleteOlapDatabaseSetting ( _
    olapDatabaseGuid As Guid _
)
'Utilisation
Dim instance As CubeAdmin
Dim olapDatabaseGuid As Guid

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

Paramètres

Remarques

Autorisations Project Server

Autorisation

Description

ManageCubeBuildingService

Permet à un utilisateur de gérer les paramètres de création de cube OLAP. Autorisation globale.

Voir aussi

Référence

CubeAdmin classe

CubeAdmin - Membres

WebSvcCubeAdmin - Espace de noms