CubeAdmin.BuildOlapDatabase 方法

用于生成 OLAP 数据库使用指定的唯一标识符。

命名空间:  WebSvcCubeAdmin
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/BuildOlapDatabase", 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 Function BuildOlapDatabase ( _
    olapDatabaseGuid As Guid _
) As Guid
用法
Dim instance As CubeAdmin
Dim olapDatabaseGuid As Guid
Dim returnValue As Guid

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

参数

返回值

类型:System.Guid
返回Guid

备注

Project Server 权限

权限

说明

ManageCubeBuildingService

允许用户管理 OLAP 多维数据集创建的设置。全局权限。

ManageSiteServices

允许用户管理服务 (如 Active Directory 设置和数据库超时。全局权限。

另请参阅

引用

CubeAdmin 类

CubeAdmin 成员

WebSvcCubeAdmin 命名空间