共用方式為


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 命名空間