Freigeben über


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.

Nach oben

Protected Fields

  Name Description
ms214662.protfield(de-de,SQL.90).gif m_dtsVariableName  
ms214662.protfield(de-de,SQL.90).gif m_resultName  
ms214662.protfield(de-de,SQL.90).gif m_resultType  

Nach oben

Public Properties

  Name Description
ms214662.pubproperty(de-de,SQL.90).gif DtsVariableName Gets or sets the name of the SSIS package variable.
ms214662.pubproperty(de-de,SQL.90).gif ResultName Gets or sets the name of the ResultParameter.
ms214662.pubproperty(de-de,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.

Nach oben

Public Methods

(see also Protected Methods )

  Name Description
ms214662.pubmethod(de-de,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms214662.pubmethod(de-de,SQL.90).gif GetHashCode  (inherited from Object )
ms214662.pubmethod(de-de,SQL.90).gif GetType  (inherited from Object )
ms214662.pubmethod(de-de,SQL.90).gifms214662.static(de-de,SQL.90).gif ReferenceEquals  (inherited from Object )
ms214662.pubmethod(de-de,SQL.90).gif ToString  (inherited from Object )

Nach oben

Protected Methods

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

Nach oben

Siehe auch

Verweis

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