Condividi tramite


ParameterResultType Enumeration

Defines the type of result set that the Data Mining Query task can use.

Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly : Microsoft.SqlServer.DMQueryTask (in microsoft.sqlserver.dmquerytask.dll)

Sintassi

'Dichiarazione
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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.SqlServer.Dts.Tasks.DMQueryTask Namespace