Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Property Timeout As TimeSpan
Get
Set
'Usage
Dim instance As DataSource
Dim value As TimeSpan
value = instance.Timeout
instance.Timeout = value
public TimeSpan Timeout { get; set; }
public:
property TimeSpan Timeout {
TimeSpan get ();
void set (TimeSpan value);
}
member Timeout : TimeSpan with get, set
function get Timeout () : TimeSpan
function set Timeout (value : TimeSpan)
Property Value
Type: System.TimeSpan
The length of time specified.