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