Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets information about the specified data source.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Function GetCubeNameInfos ( _
dataSource As DataSource _
) As NameInfoCollection
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim returnValue As NameInfoCollection
returnValue = instance.GetCubeNameInfos(dataSource)
public NameInfoCollection GetCubeNameInfos(
DataSource dataSource
)
Parameters
dataSource
Type: Microsoft.PerformancePoint.Scorecards.DataSourceThe specified data source object.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.NameInfoCollection
The display name, unique name, and description of a cube, table, or list, depending on the type of the specified data source.
Implements
IBIMonitoringServiceApplicationProxy.GetCubeNameInfos(DataSource)
See Also
Reference
BIMonitoringServiceApplicationProxy Class