Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents query methods for data source metadata.
The IDataSourceMetadata type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetCube | Gets the cube represented by the data source. |
![]() |
GetCubeMetaData | Gets a cube and its metadata. |
![]() |
GetCubeNameInfos | Gets cube name information. |
![]() |
GetCubeNames | Get the names of the cubes in the database of the data source. |
![]() |
GetDatabaseNames | Gets the names of the databases on the data source server. |
![]() |
GetDimensionProperties | Gets a list of dimension properties for a hierarchy. |
![]() |
GetDimensions | Gets the dimensions in the cube. |
![]() |
GetPreviewDataSet | Gets preview data from data source. |
![]() |
GetServerVersion() | Gets the major version of the server. |
![]() |
GetServerVersion(Boolean) | Gets the major version of the server and disables logging events. |
![]() |
GetTimeIntelligenceLevel | Gets the Time Intelligence level for a member. |
![]() |
QueryChildMembers(String) | Gets all the child members of a member. |
![]() |
QueryChildMembers(String, Int64, Int64) | Gets all the child members of a member. |
![]() |
QueryDimensionRootMembers | Gets all the root members of a dimension. |
![]() |
QueryNamedSetMembers | Gets the members of a named set. |
![]() |
QueryNamedSets | Gets the available named sets in the data source. |
![]() |
QueryRelatedMember | Gets a related member. |
![]() |
QueryTimeIntelligenceMembers | Gets the members for a Time Intelligence formula. |
![]() |
QueryTransformMembers | Gets a transformed member collection. |
Top