SqlFileStream.CanRead Propriedade
Definição
Obtém um valor que indica se o fluxo atual dá suporte à leitura.Gets a value indicating whether the current stream supports reading.
public:
virtual property bool CanRead { bool get(); };
public override bool CanRead { get; }
member this.CanRead : bool
Public Overrides ReadOnly Property CanRead As Boolean
Valor da propriedade
true Se o fluxo atual der suporte à leitura; caso contrário, false .true if the current stream supports reading; otherwise, false.