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.
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