CubeAdmin.DeleteOlapDatabaseSetting method
Deletes an OLAP cube database from the list.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<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 _
)
'Usage
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
)
Parameters
- olapDatabaseGuid
Type: System.Guid
Remarks
Project Server Permissions
Permission |
Description |
---|---|
Allows a user to manage settings for OLAP cube creation. Global permission. |