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

CustomDataSourceProvider Members

Microsoft.PerformancePoint.Scorecards.Extensions Namespace