AdomdConnection.ConnectionTimeout Property

 

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)

Syntax

[BrowsableAttribute(false)]
public int ConnectionTimeout { get; }
public:
[BrowsableAttribute(false)]
property int ConnectionTimeout {
    virtual int get() sealed;
}
[<BrowsableAttribute(false)>]
abstract ConnectionTimeout : int with get
[<BrowsableAttribute(false)>]
override ConnectionTimeout : int with get
<BrowsableAttribute(False)>
Public ReadOnly Property ConnectionTimeout As Integer

Property Value

Type: System.Int32

An 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.

Implements

IDbConnection.ConnectionTimeout

See Also

AdomdConnection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top