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