Compartir a través de


Enumeración ExistingData

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Ensamblado:  Microsoft.SqlServer.TransferSqlServerObjectsTask (en Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Sintaxis

'Declaración
Public Enumeration ExistingData
'Uso
Dim instance As ExistingData
public enum ExistingData
public enum class ExistingData
type ExistingData
public enum ExistingData

Miembros

Nombre del miembro Descripción
Append Appends the new data to the existing data.
Replace Replaces the existing data with the new data.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask