Share via


DataSource.TargetApplicationId property

Gets or sets the identifier of the Secure Store Target Application that contains the authentication credentials to use when connecting to the data source.

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

Syntax

'Declaration
Public Overridable Property TargetApplicationId As String
    Get
    Set
'Usage
Dim instance As DataSource
Dim value As String

value = instance.TargetApplicationId

instance.TargetApplicationId = value
public virtual string TargetApplicationId { get; set; }

Property value

Type: System.String
If using Secure Store credentials, the identifier of the Secure Store Target Application that contains the authentication credentials to use when connecting to the data source; otherwise an empty string.

Remarks

This property is used when the DataSource.ConnectionContext property is set to the SecureStoreCredentials field.

See also

Reference

DataSource class

DataSource members

Microsoft.PerformancePoint.Scorecards namespace