CubeAdmin.ReadCalculatedMemberDefinitions メソッド
計算されるメンバーは、Analysis Services では、Project Server の OLAP キューブの定義を読み取ります。
名前空間: WebSvcCubeAdmin
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/ReadCalculatedMemberDefinitions", 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 ReadCalculatedMemberDefinitions As CubeCalculatedMemberDataSet
'使用
Dim instance As CubeAdmin
Dim returnValue As CubeCalculatedMemberDataSet
returnValue = instance.ReadCalculatedMemberDefinitions()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/ReadCalculatedMemberDefinitions", 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 CubeCalculatedMemberDataSet ReadCalculatedMemberDefinitions()
戻り値
型: WebSvcCubeAdmin.CubeCalculatedMemberDataSet
CubeCalculatedMemberDataSetが含まれています
注釈
CubeID、 IsEnabled、 MemberDefinition、 MemberName、およびUIDの計算されるメンバー、計算されるメンバーのプロパティが含まれます。プロパティについては、 CubeCalculatedMemberDataSet.CalculatedMembersRowを参照してください。
プロジェクト サーバーのアクセス許可
権限 |
説明 |
---|---|
OLAP キューブ作成の設定を管理することができます。グローバル アクセス権。 |
|
Active Directory の設定やデータベースのタイムアウトなどのサービスを管理することができます。グローバル アクセス権。 |