CustomDataSourceProvider.GetId Method (Microsoft.PerformancePoint.Scorecards.Extensions)

Gets the unique ID of this data source.

Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.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

The ID of the data source.

See Also

Reference

CustomDataSourceProvider Class
CustomDataSourceProvider Members
Microsoft.PerformancePoint.Scorecards.Extensions Namespace