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