IDataSourceProvider.TestConnection method
Tests the connection to a data source.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Function TestConnection As Boolean
'Usage
Dim instance As IDataSourceProvider
Dim returnValue As Boolean
returnValue = instance.TestConnection()
bool TestConnection()
Return value
Type: System.Boolean
true if the connection is successful; otherwise false.