Share via


Microsoft.SqlServer.Dts.Tasks.DMQueryTask 네임스페이스

The Microsoft.SqlServer.Dts.Tasks.DMQueryTask namespace contains the members used by the Data Mining Query task.

클래스

  클래스 설명
공용 클래스 DMQueryTask Provides the properties and methods for the Data Mining Query task, which runs prediction queries based on data mining models built in Analysis Services. This class cannot be inherited.
공용 클래스 InputParameter Binds an SSIS package variable to a DMX query parameter. You can create a parameterized DMX query by referring to an InputParameter by its parameter name. The value of the SSIS package variable bound to the InputParameter is sent to the Analysis Services server when the DMX query is executed at package run time.
공용 클래스 ResultParameter Binds the DMX query result to an SSIS package variable. At run time, the DMX query result will be assigned to the SSIS package variable.

인터페이스

  인터페이스 설명
공용 인터페이스 IDMQueryTask 인프라입니다. Defines the properties and methods for the data mining query task.

열거형

  열거형 설명
공용 열거형 ParameterResultType Defines the type of result set that the Data Mining Query task can use.