Share via


ConfiguredView.DataSourceLocation property

Gets or sets the location of the underlying data source for the scorecard.

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

Syntax

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

value = instance.DataSourceLocation

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

Property value

Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocation
The location of the underlying data source for the scorecard.

See also

Reference

ConfiguredView class

ConfiguredView members

Microsoft.PerformancePoint.Scorecards namespace