语言

MergePullSubscription.InternetTimeout 属性

定义

在网页同步时连接到Web服务器时,能获得或设置HTTP超时,单位为秒。

public:
 property int InternetTimeout { int get(); void set(int value); };
public int InternetTimeout { get; set; }
member this.InternetTimeout : int with get, set
Public Property InternetTimeout As Integer

属性值

一个 Int32 表示秒数的值。

注解

默认数值是 300 秒。

InternetTimeout该属性只能由订阅用户的系统管理员固定服务器角色成员或订阅数据库中db_owner固定数据库角色的成员检索。

InternetTimeout 属性只能由订阅用户的 系统管理员 固定服务器角色成员或订阅数据库中固定数据库的 db_owner 成员设置。

收回 InternetTimeout 财产等同于执行 sp_helpmergepullsubscription

设置 InternetTimeout 属性相当于执行 sp_addmergepullsubscription_agentsp_changemergepullsubscription

该性质仅在该 UseWebSynchronization 性质为 时使用。

适用于