Share via


IDataSourceProvider Members (Microsoft.PerformancePoint.Scorecards)

Represents the common interface for providing access to a data source. This interface must be implemented by all data source providers.

The following tables list the members exposed by the IDataSourceProvider type.

Public Properties

  Name Description
Public property IsConnectionStringSecure Indicates if the connection string for the data source provider contains sensitive information, such as user name or password.
Public property SupportsNamedSets Indicates if this data source supports named sets.
Public property SupportsTimeIntelligence Indicates if this data source supports Time Intelligence.

Top

Public Methods

  Name Description
Public method GetId Gets the unique string ID for this data source.
Public method Initialize Initializes the data source provider from an underlying data source object.
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 Validate this object.

Top

See Also

Reference

IDataSourceProvider Interface
Microsoft.PerformancePoint.Scorecards Namespace