ExistingData Enumeration
Used by the ExistingData property to determine whether data should be appended to existing data, or have the existing data replaced.
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
| Member name | Description | |
|---|---|---|
| Append | Appends the new data to the existing data. | |
| Replace | Replaces the existing data with the new data. |
Show: