2.2.5.10 ConnectionContext

Namespace: http://www.microsoft.com/performancepoint/scorecards

The ConnectionContext simple type specifies what identity is used to connect to the data source.

 <xs:simpleType name="ConnectionContext" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="ConnectAsUser"/>
     <xs:enumeration value="ConnectAsSharedUser"/>
     <xs:enumeration value="SecureStoreCredentials"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the ConnectionContext simple type.

Value

Meaning

ConnectAsUser

Connects to the data source using the user credentials.

ConnectAsSharedUser

Connects to the data source using the shared account credentials.

SecureStoreCredentials

Connects to the data source using credentials obtained from the Secure Store ([MS-SSWPS]).