Share via


DMQueryTask.ResultParameters Property

Gets or sets a collection of Integration Services variables that is used to store the DMX query results.

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

Syntax

'Declaration
Public Property ResultParameters As List(Of ResultParameter)
public List<ResultParameter> ResultParameters { get; set; }
public:
virtual property List<ResultParameter^>^ ResultParameters {
    List<ResultParameter^>^ get () sealed;
    void set (List<ResultParameter^>^ value) sealed;
}
/** @property */
public final List<ResultParameter> get_ResultParameters ()

/** @property */
public final void set_ResultParameters (List<ResultParameter> value)
public final function get ResultParameters () : List<ResultParameter>

public final function set ResultParameters (value : List<ResultParameter>)

Property Value

A collection of Integration Services variables that is used to store the DMX query results.

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

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