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

IDataSourceProvider.GetId()

See Also

Reference

CustomDataSourceProvider Class

CustomDataSourceProvider Members

Microsoft.PerformancePoint.Scorecards.Extensions Namespace