Share via


OverwriteDestination Enum

Definition

Determines how the WmiDataReaderTask class writes data to the destination specified in Destination.

C#
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.

Applies to

Product Versions
SQL Server .NET SDK 2016, 2017, 2019