Enumerazione ExistingData
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
'Utilizzo
Dim instance As ExistingData
public enum ExistingData
public enum class ExistingData
type ExistingData
public enum ExistingData
Membri
Nome membro | Descrizione | |
---|---|---|
Replace | Replaces the existing data with the new data. | |
Append | Appends the new data to the existing data. |