This topic has not yet been rated - Rate this topic

ParameterResultType Enumeration

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)
public enum ParameterResultType
Member nameDescription
FullResultSetThe result set contains all of the rows returned by the Data Mining Extensions (DMX) query.
SingleRowResultThe result set contains only the first row of the total rows returned by the DMX query.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.