IDMQueryTask.ResultParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.