The Initialize property controls backup device append/overwrite behavior for a backup to one or more specified devices.
object.Initialize [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | True or False |
If True, the backup specified becomes the first backup set on the media, overwriting any existing backup sets on the media. The backup media is not overwritten if either of the following conditions is met:
If False, the backup specified creates a new backup set appended as the last backup set on the media.
Boolean
Read/write
HRESULT GetInitialize(LPBOOL pRetVal);
HRESULT SetInitialize(BOOL NewValue);
BACKUP | BackupSetName Property |
Backup Format |