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. |