Share via


CustomDataSourceProvider.ConnectionContext property

Gets the account used for data source authentication.

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

Syntax

'Declaration
Public ReadOnly Property ConnectionContext As ConnectionContext
    Get
'Usage
Dim instance As CustomDataSourceProvider
Dim value As ConnectionContext

value = instance.ConnectionContext
public ConnectionContext ConnectionContext { get; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.ConnectionContext
The account used for data source authentication.

See also

Reference

CustomDataSourceProvider class

CustomDataSourceProvider members

Microsoft.PerformancePoint.Scorecards.Extensions namespace