Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Used by the ExistingData property to determine whether data should be appended to existing data, or have the existing data replaced.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntax
'Declaration
Public Enumeration ExistingData
'Usage
Dim instance As ExistingData
public enum ExistingData
public enum class ExistingData
type 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. |
See Also
Reference
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace