Share via


CustomDataSourceProvider.TestConnection method

Tests the connection to a data source.

Namespace:  Microsoft.PerformancePoint.Scorecards.Extensions
Assembly:  Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)

Syntax

'Declaration
Public MustOverride Function TestConnection As Boolean
'Usage
Dim instance As CustomDataSourceProvider
Dim returnValue As Boolean

returnValue = instance.TestConnection()
public abstract bool TestConnection()

Return value

Type: System.Boolean
true if the connection is successful; otherwise false.

Implements

IDataSourceProvider.TestConnection()

See also

Reference

CustomDataSourceProvider class

CustomDataSourceProvider members

Microsoft.PerformancePoint.Scorecards.Extensions namespace