ResultParameter.ResultType 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 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.