Skip to main content

Enum WmiDataReaderTaskOutputType

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum WmiDataReaderTaskOutputType

Fields

FieldsDescription
DataTableSpecifies that the output of the data reader should be a data table.
PropertyNameAndValueSpecifies that the output of the data reader should be both a property name and a property value.
PropertyValueSpecifies that the output of the data reader should be a property value.