SqlFileStream::WriteTimeout Property

 

Gets or sets a value, in milliseconds, that determines how long the stream will attempt to write before timing out.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
[ComVisibleAttribute(false)]
property int WriteTimeout {
	virtual int get() override;
	virtual void set(int value) override;
}

Property Value

Type: System::Int32

A value, in milliseconds, that determines how long the stream will attempt to write before timing out.

.NET Framework
Available since 2.0
Return to top
Show: