SqlFileStream.CanTimeout プロパティ

定義

現在のストリームがタイム アウトになる可能性があるかどうかを示す値を取得します。

public:
 virtual property bool CanTimeout { bool get(); };
public override bool CanTimeout { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public override bool CanTimeout { get; }
member this.CanTimeout : bool
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.CanTimeout : bool
Public Overrides ReadOnly Property CanTimeout As Boolean

プロパティ値

現在のストリームがタイム アウトになる可能性がある場合は true。それ以外の場合は false

属性

適用対象