Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As OverwriteDestination
public enum OverwriteDestination
public enum class OverwriteDestination
type 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. |