OverwriteDestination 열거형
Determines how the WmiDataReaderTask class writes data to the destination specified in Destination.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
어셈블리: Microsoft.SqlServer.WMIDRTask(Microsoft.SqlServer.WMIDRTask.dll)
구문
‘선언
Public Enumeration OverwriteDestination
‘사용 방법
Dim instance As OverwriteDestination
public enum OverwriteDestination
public enum class OverwriteDestination
type OverwriteDestination
public enum OverwriteDestination
멤버
멤버 이름 | 설명 | |
---|---|---|
OverwriteDestination | The task overwrites existing data at the specified destination. | |
AppendToDestination | The task appends its results to existing data at the specified destination. | |
KeepOriginal | If data already exists at the specified destination, an error occurs. |