ConnectionInfo.Timeout Property
Gets the timeout value associated with the ConnectionInfo object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property Timeout As Integer
Get
'Usage
Dim instance As ConnectionInfo
Dim value As Integer
value = instance.Timeout
public int Timeout { get; }
public:
property int Timeout {
int get ();
}
member Timeout : int
function get Timeout () : int
Property Value
Type: System.Int32
The Integer timeout value.