TargetApplicationIds enumeration

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents values that are used to identify Secure Store target applications.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration TargetApplicationIds
'Usage
Dim instance As TargetApplicationIds
[SerializableAttribute]
[FlagsAttribute]
public enum TargetApplicationIds

Members

Member name Description
UnattendedServiceAccount Represents the Unattended Service Account. (UnattendedServiceAccount = 1)

This is the security account that is used when a data source is configured to connect as a single shared identity for all users.

Remarks

TargetApplicationIds values can be used in a bitmask.

See also

Reference

Microsoft.PerformancePoint.Scorecards namespace