Jaa


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
ms214662.protfield(en-US,SQL.90).gif m_dtsVariableName  
ms214662.protfield(en-US,SQL.90).gif m_resultName  
ms214662.protfield(en-US,SQL.90).gif m_resultType  

Top

Public Properties

  Name Description
ms214662.pubproperty(en-US,SQL.90).gif DtsVariableName Gets or sets the name of the SSIS package variable.
ms214662.pubproperty(en-US,SQL.90).gif ResultName Gets or sets the name of the ResultParameter.
ms214662.pubproperty(en-US,SQL.90).gif 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
ms214662.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms214662.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms214662.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms214662.pubmethod(en-US,SQL.90).gifms214662.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms214662.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms214662.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms214662.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

ResultParameter Class
Microsoft.SqlServer.Dts.Tasks.DMQueryTask Namespace