IParameterDataProvider.GetId method
Gets the identifier of the filter's data provider.
Namespace: Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Function GetId As String
'Usage
Dim instance As IParameterDataProvider
Dim returnValue As String
returnValue = instance.GetId()
string GetId()
Return value
Type: System.String
The identifier of the filter's data provider.
Remarks
This identifier is a used as the key to look up the assembly name of the filter data provider in the CustomParameterDataProviders section of the web.config file for PerformancePoint Services.
See also
Reference
IParameterDataProvider interface
IParameterDataProvider members
Microsoft.PerformancePoint.Scorecards.Server.Extensions namespace