CustomDataSourceProvider.DataSource property
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