Share via


KpiMeasure.DataSourceLocation property

Gets or sets the location of the actual's data source.

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

Syntax

'Declaration
Public Property DataSourceLocation As RepositoryLocation
    Get
    Set
'Usage
Dim instance As KpiMeasure
Dim value As RepositoryLocation

value = instance.DataSourceLocation

instance.DataSourceLocation = value
public RepositoryLocation DataSourceLocation { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocation
The location of the actual's data source.

See also

Reference

KpiMeasure class

KpiMeasure members

Microsoft.PerformancePoint.Scorecards namespace