|
|
|
|
|
<Source>.InfoFile (Función)
Disponible solo con estos tipos de conexión
Returns the characteristics of an HFSQL Classic or Client/Server data file.
Trace("Total Client data file size: " + Client.InfoFile(hTotalSize))
Sintaxis
Obtener información sobre un archivo de datos HFSQL Classic Ocultar los detalles
<Result> = <Source>.FileInfo(<Information>)
<Result>: Tipo de información solicitada Desired information. <Source>: Tipo de fuente especificada Name of the data file to analyze. <Information>: Constante de tipo Integer Requested information about the data file: | | hFicSize | Data file (".Fic") size in bytes. | hFtxSize | Full-text index file (".Ftx") size in bytes. | hMmoSize | Memo file (".Mmo") size in bytes. | hNdxSize | Index file (".Ndx") size in bytes. | hSdxSize | Spatial index file (".Sdx") size in bytes. | hTotalSize | Total data file size in bytes (cumulative size of data file, memo file and index file). |
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|