BIMonitoringServiceApplicationProxy.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
Public Function TestConnection ( _
    dataSource As DataSource _
) As Boolean
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim returnValue As Boolean

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

Parameters

Return value

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

Implements

IBIMonitoringServiceApplicationProxy.TestConnection(DataSource)

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace