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


ExistingData Enumeration

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 (in microsoft.sqlserver.transfersqlserverobjectstask.dll)

Синтаксис

'Декларация
Public Enumeration ExistingData
public enum ExistingData
public enum class ExistingData
public enum ExistingData
public enum ExistingData

Members

Member name Description
Append Appends the new data to the existing data.
Replace Replaces the existing data with the new data.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace