Freigeben über


ConnectionInfo.ConnectTimeout-Eigenschaft

Gets the connection timeout information associated with the ConnectionInfo object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public ReadOnly Property ConnectTimeout As Integer 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

ConnectionInfo Klasse

Microsoft.AnalysisServices-Namespace