Propriedade do RDL AdomdConnection.ConnectionTimeout

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 (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

[BrowsableAttribute(false)]
public int ConnectionTimeout { get; }

Valor da propriedade

Tipo: 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.

Implementa

IDbConnection.ConnectionTimeout

Consulte também

Referência

AdomdConnection Classe

Namespace Microsoft.AnalysisServices.AdomdClient