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


Свойство SqlOlapConnectionInfoBase.ConnectionTimeoutInternal

Возвращает или задает внутреннее истечение времени ожидания соединения в секундах.

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

Синтаксис

'Декларация
Protected Property ConnectionTimeoutInternal As Integer 
    Get 
    Set
'Применение
Dim value As Integer 

value = Me.ConnectionTimeoutInternal 

Me.ConnectionTimeoutInternal = value
protected int ConnectionTimeoutInternal { get; set; }
protected:
property int ConnectionTimeoutInternal {
    int get ();
    void set (int value);
}
member ConnectionTimeoutInternal : int with get, set
function get ConnectionTimeoutInternal () : int 
function set ConnectionTimeoutInternal (value : int)

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

Тип: Int32
Значение Int32, указывающее внутреннее время ожидания соединения.

См. также

Справочник

SqlOlapConnectionInfoBase Класс

Пространство имен Microsoft.SqlServer.Management.Common