Enum WmiDataReaderTaskOutputType
Namespace: Varigence.Languages.Biml.Task
Assembly: Biml.dll
C#
public enum WmiDataReaderTaskOutputType
Fields
| Fields | Description |
|---|---|
| DataTable | Specifies that the output of the data reader should be a data table. |
| PropertyNameAndValue | Specifies that the output of the data reader should be both a property name and a property value. |
| PropertyValue | Specifies that the output of the data reader should be a property value. |