CustomAdomdDataSourceProvider Members

Include Protected Members
Include Inherited Members

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

The CustomAdomdDataSourceProvider type exposes the following members.

Constructors

  Name Description
Protected method CustomAdomdDataSourceProvider Called from constructors in derived classes to initialize the CustomAdomdDataSourceProvider class.

Top

Properties

  Name Description
Public property ConnectionContext Gets the account used for data source authentication. (Inherited from CustomDataSourceProvider.)
Protected property DataSource Gets or sets the wrapped data source object. (Inherited from CustomDataSourceProvider.)
Public property IsConnectionStringSecure This property is not used by PerformancePoint Services in Microsoft SharePoint Server 2010.
Indicates whether the connection string for the data source provider contains sensitive information, such as user name or password. (Inherited from CustomDataSourceProvider.)
Public property QueryTimeoutSeconds Gets the timeout period for the data source, which is defined by an application setting. (Inherited from CustomDataSourceProvider.)
Public property SupportsNamedSets Indicates whether the data source supports named sets. (Inherited from CustomDataSourceProvider.)
Public property SupportsTimeIntelligence Indicates whether the data source supports time intelligence features. (Inherited from CustomDataSourceProvider.)

Top

Methods

  Name Description
Public method AccessMetadata Opens the cube to get the cube definition, and calls the callback function before the connection is returned to the connection pool.
Public method ConnectionUserName Returns the name of the user account that is used to connect to the data source. (Inherited from CustomDataSourceProvider.)
Public method EffectiveUserName Returns the user name used to connect to the data source, including custom data. (Inherited from CustomDataSourceProvider.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetCube Returns the cube, table, or list that is represented by the data source. (Inherited from CustomDataSourceProvider.)
Public method GetCubeMetaData Returns the hierarchy of the cube. (Inherited from CustomDataSourceProvider.)
Public method GetCubeNameInfos Returns the unique name, display name (caption), and description of a cube. (Inherited from CustomDataSourceProvider.)
Public method GetCubeNames Returns the names of the cubes in the database. (Inherited from CustomDataSourceProvider.)
Public method GetDatabaseNames Returns the names of the databases on the server. (Inherited from CustomDataSourceProvider.)
Public method GetDimensionProperties This method is not implemented by CustomDataSourceProvider. (Inherited from CustomDataSourceProvider.)
Public method GetDimensions Returns the dimensions in the cube. (Inherited from CustomDataSourceProvider.)
Public method GetHashCode (Inherited from Object.)
Public method GetId Returns the identifier of this data source. (Inherited from CustomDataSourceProvider.)
Public method GetMdx Gets the MDX from a query state object.
Public method GetPreviewDataSet Returns a dataset to preview. (Inherited from CustomDataSourceProvider.)
Public method GetServerVersion() Returns the major version of the server. (Inherited from CustomDataSourceProvider.)
Public method GetServerVersion(Boolean) Returns the major version of the server and disables logging events. (Inherited from CustomDataSourceProvider.)
Public method GetTimeIntelligenceLevel Returns the time intelligence level for the specified member. (Inherited from CustomDataSourceProvider.)
Public method GetType (Inherited from Object.)
Protected method HandleDataSourceBpmException Returns an exception with data source-related error information for the specified exception. (Inherited from CustomDataSourceProvider.)
Public method LastUpdate Returns a timestamp of the last time that the data was updated. (Inherited from CustomDataSourceProvider.)
Protected method MemberwiseClone (Inherited from Object.)
Public method QueryChildMembers(String) Returns all the children of the specified member. (Inherited from CustomDataSourceProvider.)
Public method QueryChildMembers(String, Int64, Int64) Returns the specified range of children of the specified member. (Inherited from CustomDataSourceProvider.)
Public method QueryDimensionRootMembers Returns the root members of a dimension. (Inherited from CustomDataSourceProvider.)
Public method QueryNamedSetMembers Returns the members of the specified named set. (Inherited from CustomDataSourceProvider.)
Public method QueryNamedSets Returns the available named sets in the data source. (Inherited from CustomDataSourceProvider.)
Public method QueryRelatedMember Returns a member related to the specified member. (Inherited from CustomDataSourceProvider.)
Public method QueryTimeIntelligenceMembers Returns the members for a time intelligence formula. (Inherited from CustomDataSourceProvider.)
Public method QueryTransformMembers Returns a transformed member collection. (Inherited from CustomDataSourceProvider.)
Public method RunDataReaderQuery Performs a query on the data source.
Public method RunQuery(QueryState) Performs a query on the data source.
Public method RunQuery(String) Performs a query on the data source.
Public method RunQuery(QueryState, Int32) Performs a query on the data source.
Public method RunQuery(String, Int32) Performs a query on the data source.
Public method RunQuery(KpiMeasureCollection, MemberCollection, String, String, TupleCollection, IGlobalCache) Performs a query on the data source. (Inherited from CustomDataSourceProvider.)
Public method SetDataSource Sets a data source. (Inherited from CustomDataSourceProvider.)
Public method TestConnection Tests the connection to a data source. (Inherited from CustomDataSourceProvider.)
Public method ToString (Inherited from Object.)
Public method Validate Validates this object. (Inherited from CustomDataSourceProvider.)

Top

See Also

Reference

CustomAdomdDataSourceProvider Class

Microsoft.PerformancePoint.Scorecards.Extensions Namespace