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