DMQueryTask.ResultParameters Property

Definition

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

public:
 property System::Collections::Generic::List<Microsoft::SqlServer::Dts::Tasks::DMQueryTask::ResultParameter ^> ^ ResultParameters { System::Collections::Generic::List<Microsoft::SqlServer::Dts::Tasks::DMQueryTask::ResultParameter ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::SqlServer::Dts::Tasks::DMQueryTask::ResultParameter ^> ^ value); };
public System.Collections.Generic.List<Microsoft.SqlServer.Dts.Tasks.DMQueryTask.ResultParameter> ResultParameters { get; set; }
member this.ResultParameters : System.Collections.Generic.List<Microsoft.SqlServer.Dts.Tasks.DMQueryTask.ResultParameter> with get, set
Public Property ResultParameters As List(Of ResultParameter)

Property Value

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

Implements

Applies to