다음을 통해 공유


IDMQueryTask 인터페이스

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Defines the properties and methods for the data mining query task.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
어셈블리:  Microsoft.SqlServer.DMQueryTask(Microsoft.SqlServer.DMQueryTask.dll)

구문

‘선언
Public Interface IDMQueryTask
‘사용 방법
Dim instance As IDMQueryTask
public interface IDMQueryTask
public interface class IDMQueryTask
type IDMQueryTask =  interface end
public interface IDMQueryTask

IDMQueryTask 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 InputConnection 인프라입니다. Gets or sets the connection string to an Analysis Services project or an Analysis Services database.
공용 속성 InputParameters 인프라입니다. Gets or sets a collection of variables that is used in a parameterized Data Mining Extensions (DMX) query.
공용 속성 ModelName 인프라입니다. Gets or sets the name of the mining model on which the query is based.
공용 속성 ModelStructureName 인프라입니다. Gets or sets the name of the mining structure on which the query is based.
공용 속성 OutputConnection 인프라입니다. Gets or sets the connection string to the OLE DB data source where the prediction query result will be stored.
공용 속성 OutputTableName 인프라입니다. Gets or sets the name of the table where the results of the prediction query are written.
공용 속성 OverwriteOutputTable 인프라입니다. Gets or sets a value that indicates whether the prediction query should overwrite content in the destination table.
공용 속성 QueryBuilderQueryString 인프라입니다. Gets or sets a string that specifies a data mining query that appears in the UI for data mining as the initial query string, which the user can the modify.
공용 속성 QueryBuilderSpecification 인프라입니다. Gets or sets the information about the state of the Microsoft SQL Server Integration Services UI between sessions so that editing sessions can start from where a previous session finished.
공용 속성 QueryString 인프라입니다. Gets or sets a String that contains the text that the transformation uses to create a prediction query.
공용 속성 ResultParameters 인프라입니다. Gets or sets a collection of Integration Services variables that is used to store the DMX query results.

맨 위로 이동

메서드

  이름 설명
공용 메서드 ExecuteQuery 인프라입니다. Executes the query found in the QueryString property.

맨 위로 이동

참고 항목

참조

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