SqlFileStream::CanTimeout Property

 

Gets a value indicating whether the current stream can time out.

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

public:
[ComVisibleAttribute(false)]
property bool CanTimeout {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if the current stream can time out; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: