Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the type of result set that the Data Mining Query task can use.
Namespace: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly: Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)
Syntax
'Declaration
Public Enumeration ParameterResultType
'Usage
Dim instance As ParameterResultType
public enum ParameterResultType
public enum class ParameterResultType
type ParameterResultType
public enum ParameterResultType
Members
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. |