Поделиться через


Перечисление ExistingData

Used by the ExistingData property to determine whether data should be appended to existing data, or have the existing data replaced.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Сборка:  Microsoft.SqlServer.TransferSqlServerObjectsTask (в Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Синтаксис

'Декларация
Public Enumeration ExistingData
'Применение
Dim instance As ExistingData
public enum ExistingData
public enum class ExistingData
type ExistingData
public enum ExistingData

Элементы

Имя элемента Описание
Append Appends the new data to the existing data.
Replace Replaces the existing data with the new data.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask