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