Свойство MergeSynchronizationAgent.InternetTimeout
Gets or sets the HTTP time-out when connecting to the Web server.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)
Синтаксис
'Декларация
Public Overridable Property InternetTimeout As Integer
Get
Set
'Применение
Dim instance As MergeSynchronizationAgent
Dim value As Integer
value = instance.InternetTimeout
instance.InternetTimeout = value
public virtual int InternetTimeout { get; set; }
public:
virtual property int InternetTimeout {
int get ();
void set (int value);
}
abstract InternetTimeout : int with get, set
override InternetTimeout : int with get, set
function get InternetTimeout () : int
function set InternetTimeout (value : int)
Значение свойства
Тип: System.Int32
The HTTP time-out.
Реализует
IMergeSynchronizationAgent.InternetTimeout
Замечания
The InternetTimeout property specifies the maximum number of seconds to wait for connections to be established when using Web synchronization.
См. также
Справочник
MergeSynchronizationAgent Класс
Пространство имен Microsoft.SqlServer.Replication
Другие ресурсы
Как настроить веб-синхронизацию для репликации слиянием (программирование объектов RMO)