SqlFileStream.ReadTimeout 屬性

定義

會取得或設定一個以毫秒為單位的值,決定串流在逾時前嘗試讀取的時間長短。

public:
 virtual property int ReadTimeout { int get(); void set(int value); };
[System.Runtime.InteropServices.ComVisible(false)]
public override int ReadTimeout { get; set; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.ReadTimeout : int with get, set
Public Overrides Property ReadTimeout As Integer

屬性值

一個以毫秒為單位的數值,決定串流嘗試讀取的時間長短,然後逾時。

屬性

適用於

另請參閱