CustomDataSourceProvider.GetId method
Returns the identifier of this data source.
Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Public MustOverride Function GetId As String
'Usage
Dim instance As CustomDataSourceProvider
Dim returnValue As String
returnValue = instance.GetId()
public abstract string GetId()
Return value
Type: System.String
The identifier of the data source.
Implements
See also
Reference
CustomDataSourceProvider class