Share via


DataSource.ConnectionContext property

Gets or sets the user identity to use for data source authentication.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property ConnectionContext As ConnectionContext
    Get
    Set
'Usage
Dim instance As DataSource
Dim value As ConnectionContext

value = instance.ConnectionContext

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

Property value

Type: Microsoft.PerformancePoint.Scorecards.ConnectionContext
The user identity to use for data source authentication.

See also

Reference

DataSource class

DataSource members

Microsoft.PerformancePoint.Scorecards namespace