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.