OracleBFile.Length Propriedade
Definição
Obtém um valor que retorna o comprimento em bytes do arquivo físico com o qual o objeto OracleBFile está associado.Gets a value that returns the length in bytes of the physical file with which the OracleBFile object is associated.
public:
virtual property long Length { long get(); };
public override long Length { get; }
member this.Length : int64
Public Overrides ReadOnly Property Length As Long
Valor da propriedade
Um valor longo que representa o comprimento do arquivo físico em bytes.A long value representing the length of the physical file in bytes.
Exceções
Os métodos foram chamados depois que o fluxo foi fechado ou descartado.Methods were called after the stream was closed or disposed.