OverwriteDestination Enumeration
Determines how the WmiDataReaderTask class writes data to the destination specified in Destination.
Namespace: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly: Microsoft.SqlServer.WMIDRTask (in microsoft.sqlserver.wmidrtask.dll)
Syntax
'Declaration
Public Enumeration OverwriteDestination
public enum OverwriteDestination
public enum class OverwriteDestination
public enum OverwriteDestination
public enum OverwriteDestination
Members
Member name | Description |
---|---|
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. |
OverwriteDestination | The task overwrites existing data at the specified destination. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.