TabularDataSourceProvider.TestConnection Method
Tests the connection to the data source.
Namespace: Microsoft.PerformancePoint.Scorecards.DataSourceProviders
Assembly: Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard (in Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard.dll)
Syntax
'Declaration
Public Overrides Function TestConnection As Boolean
'Usage
Dim instance As TabularDataSourceProvider
Dim returnValue As Boolean
returnValue = instance.TestConnection()
public override bool TestConnection()
Return Value
Type: System.Boolean
true if the connection succeeds; otherwise, false.
Implements
IDataSourceProvider.TestConnection()
See Also
Reference
TabularDataSourceProvider Class
TabularDataSourceProvider Members
Microsoft.PerformancePoint.Scorecards.DataSourceProviders Namespace