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 | |
---|---|---|
![]() |
InputConnection | Infrastructure. |
![]() |
InputParameters | Infrastructure. |
![]() |
ModelName | Infrastructure. |
![]() |
ModelStructureName | Infrastructure. |
![]() |
OutputConnection | Infrastructure. |
![]() |
OutputTableName | Infrastructure. |
![]() |
OverwriteOutputTable | Infrastructure. |
![]() |
QueryBuilderQueryString | Infrastructure. |
![]() |
QueryBuilderSpecification | Infrastructure. |
![]() |
QueryString | Infrastructure. |
![]() |
ResultParameters | Infrastructure. |
Top