IMetabaseSecurityExporter.FileName

Syntax

FileName: String;

Description

The FileName property determines name and location of the file, to which export is executed.

Comments

The file must have the *.csv extension. If a non-existing file is set, it will be created during export. If an existing file is set, it will be overwritten or appended depending on the value of the FileAppend property.

Example

The property use is given in the example for IMetabaseSecurityExporter.ExportPolicy.

See also:

IMetabaseSecurityExporter