Condividi tramite


Enumerazione ParameterResultType

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
'Utilizzo
Dim instance As ParameterResultType
public enum ParameterResultType
public enum class ParameterResultType
type ParameterResultType
public enum ParameterResultType

Membri

Nome membro Descrizione
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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.DMQueryTask