OverwriteDestination Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines how the WmiDataReaderTask class writes data to the destination specified in Destination.
public enum class OverwriteDestination
public enum OverwriteDestination
type OverwriteDestination =
Public Enum OverwriteDestination
- Inheritance
-
OverwriteDestination
Fields
Name | Value | Description |
---|---|---|
OverwriteDestination | 0 | The task overwrites existing data at the specified destination. |
AppendToDestination | 1 | The task appends its results to existing data at the specified destination. |
KeepOriginal | 2 | If data already exists at the specified destination, an error occurs. |