Поделиться через


Интерфейс 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