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 네임스페이스