OverwriteDestination Enumeration
Determines how the WmiDataReaderTask class writes data to the destination specified in Destination.
Assembly: Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)
| 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. |
Show: