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.dll의 Microsoft.SqlServer.TransferSqlServerObjectsTask
구문
‘선언
Public Enumeration ExistingData
‘사용 방법
Dim instance As ExistingData
public enum ExistingData
public enum class ExistingData
type ExistingData
public enum ExistingData
멤버
| 멤버 이름 | 설명 | |
|---|---|---|
| Replace | Replaces the existing data with the new data. | |
| Append | Appends the new data to the existing data. |