SqlFileStream::ReadTimeout Property
.NET Framework (current version)
Gets or sets a value, in milliseconds, that determines how long the stream will attempt to read before timing out.
Assembly: System.Data (in System.Data.dll)
public: [ComVisibleAttribute(false)] property int ReadTimeout { virtual int get() override; virtual void set(int value) override; }
Property Value
Type: System::Int32A value, in milliseconds, that determines how long the stream will attempt to read before timing out.
.NET Framework
Available since 2.0
Available since 2.0
Show: