Énumération ExistingData
Used by the ExistingData property to determine whether data should be appended to existing data, or have the existing data replaced.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly : Microsoft.SqlServer.TransferSqlServerObjectsTask (dans Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntaxe
'Déclaration
Public Enumeration ExistingData
'Utilisation
Dim instance As ExistingData
public enum ExistingData
public enum class ExistingData
type ExistingData
public enum ExistingData
Membres
Nom de membre | Description | |
---|---|---|
Replace | Replaces the existing data with the new data. | |
Append | Appends the new data to the existing data. |