Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Gets the connection timeout information associated with the ConnectionInfo object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property ConnectTimeout As Integer
Get
'Usage
Dim instance As ConnectionInfo
Dim value As Integer
value = instance.ConnectTimeout
public int ConnectTimeout { get; }
public:
property int ConnectTimeout {
int get ();
}
member ConnectTimeout : int
function get ConnectTimeout () : int
Property Value
Type: System.Int32
An Integer representing the number of seconds before timeout.