Share via


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)

Syntax

'Declaration
Public Enumeration ParameterResultType
public enum ParameterResultType
public enum class ParameterResultType
public enum 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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.DMQueryTask Namespace