MergeSynchronizationAgent.QueryTimeout 屬性

定義

取得或設定內部查詢完成所允許的秒數。

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

屬性值

Int32

表示秒數的 Int32 值。

實作

備註

的預設值為 QueryTimeout 30。

若將值設定為0, QueryTimeout 表示查詢永遠不會有時間。

適用於