Backup.Incremental Property
SQL Server 2008
Gets or sets a Boolean property value that determines whether to perform a differential backup.
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Property Value
Type: System.BooleanA Boolean value that specifies whether a differential backup will be performed.
If True, only changes since the most recent full or differential backup will be included in the backup operation.
If False (default), a full backup will be performed.
