ResultParameter Class
Binds the DMX query result to an SSIS package variable. At run time, the DMX query result will be assigned to the SSIS package variable.
Assembly: Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)
| Name | Description | |
|---|---|---|
![]() | ResultParameter() | Initializes a new instance of the ResultParameter class. |
| Name | Description | |
|---|---|---|
![]() | DtsVariableName | Gets or sets the name of the SSIS package variable. |
![]() | ResultName | Gets or sets the name of the ResultParameter. |
![]() | ResultType | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | m_dtsVariableName | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the name of the SSIS package variable. |
![]() | m_resultName | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the name of the result. |
![]() | m_resultType | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the type of the result. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



