DataSource Class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a connection to an external data source provider.

Inheritance Hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.Element
    Microsoft.PerformancePoint.Scorecards.FirstClassElement
      Microsoft.PerformancePoint.Scorecards.DataSource

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class DataSource _
    Inherits FirstClassElement _
    Implements ICloneable, IDiffable, IEquatable(Of DataSource),  _
    ICustomizableFCO
'Usage
Dim instance As DataSource
[SerializableAttribute]
public class DataSource : FirstClassElement, ICloneable, 
    IDiffable, IEquatable<DataSource>, ICustomizableFCO

Remarks

A data source object is one of the first class object (FCO) types in PerformancePoint Services in Microsoft SharePoint Server 2010. Data sources are stored in a SharePoint document library (by default, the PerformancePoint Data Connections Library), but other FCOs are stored in a SharePoint list.

A supported development scenario for PerformancePoint Services is to create a custom tabular data source. For more information, see Development Scenarios with PerformancePoint Services.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DataSource Members

Microsoft.PerformancePoint.Scorecards Namespace

Other Resources

Create Tabular Data Source Extensions for PerformancePoint Services