Share via


IDataSourceProvider 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
Public property 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.
Public property SupportsNamedSets Gets a Boolean value that indicates whether the data source supports named sets.
Public property SupportsTimeIntelligence Gets a Boolean value that indicates whether the data source supports time intelligence features.

Top

Methods

  Name Description
Public method EffectiveUserName Returns the user name used to connect to the data source, including custom data.
Public method GetId Returns the identifier of the data source.
Public method LastUpdate Returns a timestamp of the last time that the data was updated.
Public method RunQuery Performs a query on the data source.
Public method SetDataSource Sets a data source.
Public method TestConnection Tests the connection to a data source.
Public method Validate Validates this object.

Top

See also

Reference

IDataSourceProvider interface

Microsoft.PerformancePoint.Scorecards namespace