WmiDataReaderTaskOverwriteDestination Enumeration
The WmiDataReaderTaskOverwriteDestination enumeration provides options for how the data reader should behave when the destination already exists.
Enumeration Values
Name | Summary |
---|---|
AppendToDestination | Specifies that new data will be appended to any existing destination file or variable. |
KeepOriginal | Specifies that any existing destination file or variable will remain unchanged. |
OverwriteDestination | Specifies that any existing destination file or variable will be completely overwritten by the new data. |