ConnectionInfo.ConnectTimeout Property

 

Applies To: SQL Server (starting with 2016)

Gets the connection timeout information associated with the ConnectionInfo object.

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

Syntax

public int ConnectTimeout { get; }
public:
property int ConnectTimeout {
    int get();
}
member ConnectTimeout : int with get
Public ReadOnly Property ConnectTimeout As Integer

Property Value

Type: System.Int32

An Integer representing the number of seconds before timeout.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top