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입니다.

특성

적용 대상