CustomAdomdDataSourceProvider class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the abstract base class for online application processing (OLAP) data source providers.

Inheritance hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.Extensions.CustomDataSourceProvider
    Microsoft.PerformancePoint.Scorecards.Extensions.CustomAdomdDataSourceProvider

Namespace:  Microsoft.PerformancePoint.Scorecards.Extensions
Assembly:  Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)

Syntax

'Declaration
Public MustInherit Class CustomAdomdDataSourceProvider _
    Inherits CustomDataSourceProvider _
    Implements IDataSourceProvider
'Usage
Dim instance As CustomAdomdDataSourceProvider
public abstract class CustomAdomdDataSourceProvider : CustomDataSourceProvider, 
    IDataSourceProvider

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

CustomAdomdDataSourceProvider members

Microsoft.PerformancePoint.Scorecards.Extensions namespace