Freigeben über


ExistingData Enumeration

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace