Initialize Property
Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 않도록 하고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.
The Initialize property controls backup device append and overwrite behavior for a backup to one or more specified devices.
구문
object.Initialize [=value]
Parts
object
An expression that evaluates to an object in the Applies To listvalue
TRUE or FALSE
Data Type
Boolean
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetInitialize(LPBOOL pRetVal);
HRESULT SetInitialize(BOOL NewValue);
주의
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:
All backup sets on the media have not yet expired.
The optionally specified backup set name does not match the name on the backup media. Specify backup set name with the BackupSetName property.
If FALSE, the backup specified creates a new backup set and appends it as the last backup set on the media.