DataSource.Timeout Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the length of time that must pass for timeout to occur on a DataSource connection.

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

Syntax

public TimeSpan Timeout { get; set; }
public:
property TimeSpan Timeout {
    TimeSpan get();
    void set(TimeSpan value);
}
member Timeout : TimeSpan with get, set
Public Property Timeout As TimeSpan

Property Value

Type: System.TimeSpan

The length of time specified.

See Also

DataSource Class
Microsoft.AnalysisServices Namespace

Return to top