ResultParameter.ResultType Property

Definition

Gets or sets a value from the ParameterResultType enumeration, indicating whether the SSIS package variable should be populated with the column value matching the ResultName in the first row of the DMX query result, or whether the variable should be populated with the entire DMX query result in the form of a DataTable.

public:
 property Microsoft::SqlServer::Dts::Tasks::DMQueryTask::ParameterResultType ResultType { Microsoft::SqlServer::Dts::Tasks::DMQueryTask::ParameterResultType get(); void set(Microsoft::SqlServer::Dts::Tasks::DMQueryTask::ParameterResultType value); };
public Microsoft.SqlServer.Dts.Tasks.DMQueryTask.ParameterResultType ResultType { get; set; }
member this.ResultType : Microsoft.SqlServer.Dts.Tasks.DMQueryTask.ParameterResultType with get, set
Public Property ResultType As ParameterResultType

Property Value

A value from the ParameterResultType enumeration.

Applies to