IMetabaseUpdate.SaveAvailable

Fore Syntax

SaveAvailable (FileName: String;[Options: MetabaseUpdateCopyType = 1]);

Fore.NET Syntax

SaveAvailable (FileName: String;Options: Prognoz.Platform.Interop.Metabase.MetabaseUpdateCopyType = 1);

Parameters

FileName. Full path and name of the file to which the update will be saved.

Options. type of copying the update. For Fore the parameter is not obligatory.

Description

The SaveAvailable method saves the update with the objects available for the user.

Fore and Fore.NET Example

The property use is given in example for the IMetabaseUpdateAccessSubject.RemappingSid property.

See also:

IMetabaseUpdate