Share via


IDMQueryTask Interface

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly:  Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)

Syntax

'Declaration
Public Interface IDMQueryTask
'Usage
Dim instance As IDMQueryTask
public interface IDMQueryTask
public interface class IDMQueryTask
type IDMQueryTask =  interface end
public interface IDMQueryTask

The IDMQueryTask type exposes the following members.

Properties

  Name Description
Public property InputConnection Infrastructure.
Public property InputParameters Infrastructure.
Public property ModelName Infrastructure.
Public property ModelStructureName Infrastructure.
Public property OutputConnection Infrastructure.
Public property OutputTableName Infrastructure.
Public property OverwriteOutputTable Infrastructure.
Public property QueryBuilderQueryString Infrastructure.
Public property QueryBuilderSpecification Infrastructure.
Public property QueryString Infrastructure.
Public property ResultParameters Infrastructure.

Top

Methods

  Name Description
Public method ExecuteQuery Infrastructure.

Top