TabularDataSourceProvider Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a tabular data source.
The TabularDataSourceProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TabularDataSourceProvider | Called from constructors in derived classes to initialize the TabularDataSourceProvider class. |
Top
Properties
Name | Description | |
---|---|---|
ConnectionContext | Gets the account used for data source authentication. (Inherited from CustomDataSourceProvider.) | |
ConnectionString | Gets or sets the connection string to use if UseConnectionString is true. | |
CubeName | Gets or sets the name of the cube to connect to. | |
DatabaseName | Gets or sets the name of the database to connect to. | |
DataSource | Gets or sets the wrapped data source object. (Inherited from CustomDataSourceProvider.) | |
InternalCube | Gets the multidimensional representation of the source data. | |
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.) | |
Roles | Gets or sets the roles to use when connecting to the cube. | |
ServerName | Gets the server that the data source resides on. | |
SupportsNamedSets | Gets a Boolean value that indicates whether this data source supports named sets. (Overrides CustomDataSourceProvider.SupportsNamedSets.) | |
SupportsTimeIntelligence | Gets a Boolean value that indicates whether this data source supports time intelligence. (Overrides CustomDataSourceProvider.SupportsTimeIntelligence.) | |
UseConnectionString | Gets or sets a Boolean value that indicates whether to use a connection string to connect to the data source. |
Top
Methods
Name | Description | |
---|---|---|
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.) | |
EnsureProcessedCube | Gets the cached cube if one exists or generates a new cube and caches it. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetCube | Gets the cube representation of the data source. (Overrides CustomDataSourceProvider.GetCube().) | |
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.) | |
GetDataSet | Gets data from the data source. | |
GetDataSource | Gets the underlying data source object for this data source. | |
GetDimensionProperties | This method is not implemented by CustomDataSourceProvider. (Inherited from CustomDataSourceProvider.) | |
GetDimensions | Gets the mapped dimension columns from the data source. (Overrides CustomDataSourceProvider.GetDimensions().) | |
GetHashCode | (Inherited from Object.) | |
GetId | Returns the identifier of this data source. (Inherited from CustomDataSourceProvider.) | |
GetPreviewDataSet | Gets preview data from the data source. (Overrides CustomDataSourceProvider.GetPreviewDataSet(Int32).) | |
GetServerVersion() | Gets the major version of the server. (Overrides CustomDataSourceProvider.GetServerVersion().) | |
GetServerVersion(Boolean) | Returns the major version of the server and disables logging events. (Inherited from CustomDataSourceProvider.) | |
GetTimeIntelligenceLevel | Gets the time intelligence level for the specified member. (Overrides CustomDataSourceProvider.GetTimeIntelligenceLevel(Member).) | |
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) | Gets the child elements of a dimension. (Overrides CustomDataSourceProvider.QueryChildMembers(String).) | |
QueryChildMembers(String, Int64, Int64) | Gets the child elements of a dimension. (Overrides CustomDataSourceProvider.QueryChildMembers(String, Int64, Int64).) | |
QueryDimensionRootMembers | Gets all top-level (root) members of a dimension. (Overrides CustomDataSourceProvider.QueryDimensionRootMembers(String).) | |
QueryNamedSetMembers | Gets the members of a named set. (Overrides CustomDataSourceProvider.QueryNamedSetMembers(String).) | |
QueryNamedSets | Gets the available named sets in the data source. (Overrides CustomDataSourceProvider.QueryNamedSets().) | |
QueryRelatedMember | Gets a related member. (Overrides CustomDataSourceProvider.QueryRelatedMember(String, MemberRelationship).) | |
QueryTimeIntelligenceMembers | Gets the members for the time intelligence formula. (Overrides CustomDataSourceProvider.QueryTimeIntelligenceMembers(DateTime, String).) | |
QueryTransformMembers | Returns a transformed member collection. (Overrides CustomDataSourceProvider.QueryTransformMembers(MemberCollection, QueryTransformMembersType).) | |
RunQuery | Performs a query on the data source. (Overrides CustomDataSourceProvider.RunQuery(KpiMeasureCollection, MemberCollection, String, String, TupleCollection, IGlobalCache).) | |
SetDataSource | Sets a data source. (Overrides CustomDataSourceProvider.SetDataSource(DataSource).) | |
TestConnection | Tests the connection to the data source. (Overrides CustomDataSourceProvider.TestConnection().) | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. (Inherited from CustomDataSourceProvider.) |
Top
See Also
Reference
TabularDataSourceProvider Class
Microsoft.PerformancePoint.Scorecards.DataSourceProviders Namespace