Compartir a través de


SqlFileStream.ReadTimeout Propiedad

Definición

Obtiene o establece un valor, en milisegundos, que determina durante cuánto tiempo la secuencia intentará realizar operaciones de lectura antes de que se agote el tiempo de espera.

public:
 virtual property int ReadTimeout { int get(); void set(int value); };
public:
 virtual property int ReadTimeout { int get(); };
[System.Runtime.InteropServices.ComVisible(false)]
public override int ReadTimeout { get; set; }
public override int ReadTimeout { get; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.ReadTimeout : int with get, set
member this.ReadTimeout : int
Public Overrides Property ReadTimeout As Integer
Public Overrides ReadOnly Property ReadTimeout As Integer

Valor de propiedad

Valor, en milisegundos, que determina durante cuánto tiempo la secuencia intentará realizar operaciones de lectura antes de que se agote el tiempo de espera.

Atributos

Se aplica a

Consulte también