Compartir a través de


AdomdConnection.ConnectionTimeout Propiedad

Gets the time to wait for a connection to be established before the AdomdConnection stops trying to connect and generates an error.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property ConnectionTimeout As Integer 
    Get
'Uso
Dim instance As AdomdConnection 
Dim value As Integer 

value = instance.ConnectionTimeout
[BrowsableAttribute(false)]
public int ConnectionTimeout { get; }
[BrowsableAttribute(false)]
public:
virtual property int ConnectionTimeout {
    int get () sealed;
}
[<BrowsableAttribute(false)>]
abstract ConnectionTimeout : int
[<BrowsableAttribute(false)>]
override ConnectionTimeout : int
final function get ConnectionTimeout () : int

Valor de la propiedad

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

Vea también

Referencia

AdomdConnection Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient