ISPItemDao interface

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the data access object (DAO) interface to SharePoint lists that must be implemented by first class objects (FCOs).

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Interface ISPItemDao
'Usage
Dim instance As ISPItemDao
[CLSCompliantAttribute(false)]
public interface ISPItemDao

Remarks

FCOs are stored in SharePoint documents libraries and lists. Data sources are stored in document libraries, and other FCOs (dashboards, scorecards, reports, filters, key performance indicators (KPIs), and indicators) are stored in lists.

See also

Reference

ISPItemDao members

Microsoft.PerformancePoint.Scorecards namespace