Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the user name used to connect to the data source, including custom data.
Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Public Overridable Function EffectiveUserName As String
'Usage
Dim instance As CustomDataSourceProvider
Dim returnValue As String
returnValue = instance.EffectiveUserName()
public virtual string EffectiveUserName()
Return Value
Type: System.String
The user name used to connect to the data source, including custom data.
Implements
IDataSourceProvider.EffectiveUserName()
See Also
Reference
CustomDataSourceProvider Class