ExistingData 枚举
Used by the ExistingData property to determine whether data should be appended to existing data, or have the existing data replaced.
命名空间: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
程序集: Microsoft.SqlServer.TransferSqlServerObjectsTask(在 Microsoft.SqlServer.TransferSqlServerObjectsTask.dll 中)
语法
声明
Public Enumeration ExistingData
用法
Dim instance As ExistingData
public enum ExistingData
public enum class ExistingData
type ExistingData
public enum ExistingData
成员
成员名称 | 说明 | |
---|---|---|
Append | Appends the new data to the existing data. | |
Replace | Replaces the existing data with the new data. |
请参阅
参考
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask 命名空间