ConnectionInfo.Timeout Property

 

Applies To: SQL Server (starting with 2016)

Gets the timeout value associated with the ConnectionInfo object.

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

Syntax

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

Property Value

Type: System.Int32

The Integer timeout value.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top