Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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
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. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace