WmiDataReaderTaskOutputType Enumeration
The WmiDataReaderTaskOutputType enumeration provides options for the type of output that will be produced by the WMI Data Reader Task.
Enumeration Values
Name | Summary |
---|---|
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. |