ParameterResultType Enumeration
Defines the type of result set that the Data Mining Query task can use.
Assembly: Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)
| Member name | Description | |
|---|---|---|
| FullResultSet | The result set contains all of the rows returned by the Data Mining Extensions (DMX) query. | |
| SingleRowResult | The result set contains only the first row of the total rows returned by the DMX query. |
Show: