Share via


ResultParameter Class

Binds the DMX query result to an SSIS package variable. At run time, the DMX query result will be assigned to the SSIS package variable.

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

Syntax

'Declaration
Public Class ResultParameter
public class ResultParameter
public ref class ResultParameter
public class ResultParameter
public class ResultParameter

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Tasks.DMQueryTask.ResultParameter

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ResultParameter Members
Microsoft.SqlServer.Dts.Tasks.DMQueryTask Namespace