AdomdConnection.ConnectionTimeout Property
SQL Server 2012
Gets the time to wait for a connection to be established before the AdomdConnection stops trying to connect and generates an error.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Property Value
Type: System.Int32An integer that contains the time (in seconds) to wait while trying to establish a connection. The default is zero (0), which sets the time to infinite.
