CustomDataSourceProvider.GetDimensionProperties Method
This method is not implemented by CustomDataSourceProvider.
Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Public Overridable Function GetDimensionProperties ( _
hierarchyName As String _
) As String()
'Usage
Dim instance As CustomDataSourceProvider
Dim hierarchyName As String
Dim returnValue As String()
returnValue = instance.GetDimensionProperties(hierarchyName)
public virtual string[] GetDimensionProperties(
string hierarchyName
)
Parameters
hierarchyName
Type: System.StringThe unique name of the hierarchy.
Return Value
Type: []
Implements
IDataSourceMetadata.GetDimensionProperties(String)
Exceptions
Exception | Condition |
---|---|
BpmException | This method is not implemented by CustomDataSourceProvider. |
See Also
Reference
CustomDataSourceProvider Class