PmService.GetCubeMetaData Method (Microsoft.PerformancePoint.Scorecards)

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://www.microsoft.com/performancepoint/scorecards/GetCubeMetaData", RequestNamespace:="https://www.microsoft.com/performancepoint/scorecards", ResponseNamespace:="https://www.microsoft.com/performancepoint/scorecards", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetCubeMetaData ( _
    dataSourceId As Guid _
) As Cube
'Usage
Dim instance As PmService
Dim dataSourceId As Guid
Dim returnValue As Cube

returnValue = instance.GetCubeMetaData(dataSourceId)
[SoapDocumentMethodAttribute("https://www.microsoft.com/performancepoint/scorecards/GetCubeMetaData", RequestNamespace="https://www.microsoft.com/performancepoint/scorecards", ResponseNamespace="https://www.microsoft.com/performancepoint/scorecards", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public Cube GetCubeMetaData (
    Guid dataSourceId
)

Parameters

  • dataSourceId

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace