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


Свойство IMergeSynchronizationAgent.QueryTimeout

Gets or sets the number of seconds that are allowed for internal queries to finish.

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

Синтаксис

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

value = instance.QueryTimeout

instance.QueryTimeout = value
int QueryTimeout { get; set; }
property int QueryTimeout {
    int get ();
    void set (int value);
}
abstract QueryTimeout : int with get, set
function get QueryTimeout () : int 
function set QueryTimeout (value : int)

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

Тип: System.Int32
A Int32 value that represents the number of seconds.

См. также

Справочник

IMergeSynchronizationAgent Интерфейс

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