ParameterResultType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the type of result set that the Data Mining Query task can use.
public enum class ParameterResultType
public enum ParameterResultType
type ParameterResultType =
Public Enum ParameterResultType
- Inheritance
-
ParameterResultType
Fields
Name | Value | Description |
---|---|---|
SingleRowResult | 0 | The result set contains only the first row of the total rows returned by the DMX query. |
FullResultSet | 1 | The result set contains all of the rows returned by the Data Mining Extensions (DMX) query. |