Поделиться через


Свойство ConnectionInfo.ConnectTimeout

Gets the connection timeout information associated with the ConnectionInfo object.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public ReadOnly Property ConnectTimeout As Integer 
    Get
'Применение
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

Значение свойства

Тип: System.Int32
An Integer representing the number of seconds before timeout.

См. также

Справочник

ConnectionInfo Класс

Пространство имен Microsoft.AnalysisServices