CustomDataSourceProvider.ConnectionUserName method

Returns the name of the user account that is used to connect to the data source.

Namespace:  Microsoft.PerformancePoint.Scorecards.Extensions
Assembly:  Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)

Syntax

'Declaration
Public Overridable Function ConnectionUserName As String
'Usage
Dim instance As CustomDataSourceProvider
Dim returnValue As String

returnValue = instance.ConnectionUserName()
public virtual string ConnectionUserName()

Return value

Type: System.String
The name of the user account that is used to connect to the data source.

See also

Reference

CustomDataSourceProvider class

CustomDataSourceProvider members

Microsoft.PerformancePoint.Scorecards.Extensions namespace