Condividi tramite


ExistingData Enumeration

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

Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly : Microsoft.SqlServer.TransferSqlServerObjectsTask (in microsoft.sqlserver.transfersqlserverobjectstask.dll)

Sintassi

'Dichiarazione
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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace