Share via


IDataSourceProvider.EffectiveUserName method

Returns the user name used to connect to the data source, including custom data.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Function EffectiveUserName As String
'Usage
Dim instance As IDataSourceProvider
Dim returnValue As String

returnValue = instance.EffectiveUserName()
string EffectiveUserName()

Return value

Type: System.String
The user name used to connect to the data source, including custom data.

See also

Reference

IDataSourceProvider interface

IDataSourceProvider members

Microsoft.PerformancePoint.Scorecards namespace