Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the wrapped data source object.
Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Protected Property DataSource As DataSource
Get
Set
'Usage
Dim value As DataSource
value = Me.DataSource
Me.DataSource = value
protected DataSource DataSource { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.DataSource
The wrapped data source object.
See Also
Reference
CustomDataSourceProvider Class