OutputType Enumeration
Determines the type of output returned by a WmiDataReaderTask class.
Assembly: Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)
| Member name | Description | |
|---|---|---|
| DataTable | Output is returned as a DataTable. | |
| PropertyNameAndValue | Output is returned as a String that contains the name and value of a specified property. | |
| PropertyValue | Output is returned as a String that contains the value of a specified property. |
Show: