CubeAdmin.CreateOlapDatabase メソッド
キューブの適切な設定では、新しい OLAP データベースが作成されます。
名前空間: WebSvcCubeAdmin
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/CreateOlapDatabase", 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 CreateOlapDatabase ( _
olapDatabaseGuidCube As Guid, _
cubeSettings As CubeSettingsDataSet _
)
'使用
Dim instance As CubeAdmin
Dim olapDatabaseGuidCube As Guid
Dim cubeSettings As CubeSettingsDataSet
instance.CreateOlapDatabase(olapDatabaseGuidCube, _
cubeSettings)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/CreateOlapDatabase", 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 CreateOlapDatabase(
Guid olapDatabaseGuidCube,
CubeSettingsDataSet cubeSettings
)
パラメーター
- olapDatabaseGuidCube
型: System.Guid
- cubeSettings
型: WebSvcCubeAdmin.CubeSettingsDataSet
注釈
プロジェクト サーバーのアクセス許可
権限 |
説明 |
---|---|
OLAP キューブ作成の設定を管理することができます。グローバル アクセス権。 |
|
Active Directory の設定やデータベースのタイムアウトなどのサービスを管理することができます。グローバル アクセス権。 |