ConnectionContext enumeration

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the account to use for data source authentication.

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

Syntax

'Declaration
Public Enumeration ConnectionContext
'Usage
Dim instance As ConnectionContext
public enum ConnectionContext

Members

Member name Description
ConnectAsUser Represents connecting with the credentials of the current user account.
ConnectAsSharedUser Represents connecting with the credentials of the shared account.
SecureStoreCredentials Represents connecting with the credentials of the Secure Store account.

See also

Reference

Microsoft.PerformancePoint.Scorecards namespace