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 the common interface for providing access to a data source.
The IDataSourceProvider type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
IsConnectionStringSecure | Gets a Boolean value to indicate whether the connection string for the data source provider contains sensitive information, such as user name or password. |
![]() |
SupportsNamedSets | Gets a Boolean value that indicates whether the data source supports named sets. |
![]() |
SupportsTimeIntelligence | Gets a Boolean value that indicates whether the data source supports time intelligence features. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
EffectiveUserName | Returns the user name used to connect to the data source, including custom data. |
![]() |
GetId | Returns the identifier of the data source. |
![]() |
LastUpdate | Returns a timestamp of the last time that the data was updated. |
![]() |
RunQuery | Performs a query on the data source. |
![]() |
SetDataSource | Sets a data source. |
![]() |
TestConnection | Tests the connection to a data source. |
![]() |
Validate | Validates this object. |
Top