Propriété ConnectionInfo.ConnectTimeout

Gets the connection timeout information associated with the ConnectionInfo object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ConnectTimeout As Integer 
    Get
'Utilisation
Dim instance As ConnectionInfo 
Dim value As Integer 

value = instance.ConnectTimeout
public int ConnectTimeout { get; }
public:
property int ConnectTimeout {
    int get ();
}
member ConnectTimeout : int
function get ConnectTimeout () : int

Valeur de propriété

Type : System.Int32
An Integer representing the number of seconds before timeout.

Voir aussi

Référence

ConnectionInfo Classe

Espace de noms Microsoft.AnalysisServices