Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
dataSource
Type: Microsoft.PerformancePoint.Scorecards.DataSourceThe specified data source object.
Return Value
Type: System.Boolean
true if the connection was successful; otherwise false.
Implements
IBIMonitoringServiceApplicationProxy.TestConnection(DataSource)
See Also
Reference
BIMonitoringServiceApplicationProxy Class