ResultParameter Members
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.
The following tables list the members exposed by the ResultParameter type.
Public Constructors
Name | Description | |
---|---|---|
ResultParameter | Initializes a new instance of the ResultParameter class. |
Top
Protected Fields
Name | Description | |
---|---|---|
m_dtsVariableName | ||
m_resultName | ||
m_resultType |
Top
Public Properties
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 DMZ query result, or whether the variable should be populated with the entire DMX query result in the form of a DataTable. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
ResultParameter Class
Microsoft.SqlServer.Dts.Tasks.DMQueryTask Namespace