IBIMonitoringServiceApplicationProxy.TestConnection method

Tests the connection to the specified data source.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Function TestConnection ( _
    dataSource As DataSource _
) As Boolean
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim returnValue As Boolean

returnValue = instance.TestConnection(dataSource)
bool TestConnection(
    DataSource dataSource
)

Parameters

Return value

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

See also

Reference

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace