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