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.