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


Свойство SqlOlapConnectionInfoBase.QueryTimeoutInternal

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

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

Синтаксис

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

value = Me.QueryTimeoutInternal 

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

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

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

См. также

Справочник

SqlOlapConnectionInfoBase Класс

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