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)

<ComVisibleAttribute(False)>
Public Overrides Property WriteTimeout As Integer

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: