Skip to main content

Enum WmiDataReaderTaskOverwriteDestination

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum WmiDataReaderTaskOverwriteDestination

Fields

FieldsDescription
AppendToDestinationSpecifies that new data will be appended to any existing destination file or variable.
KeepOriginalSpecifies that any existing destination file or variable will remain unchanged.
OverwriteDestinationSpecifies that any existing destination file or variable will be completely overwritten by the new data.