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