MergeSynchronizationAgent.QueryTimeout 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定內部查詢完成所允許的秒數。
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 值。
實作
備註
的預設值為 QueryTimeout 30。
若將值設定為0, QueryTimeout 表示查詢永遠不會有時間。