Partager via


Membres ResultParameter

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.

Le type ResultParameter expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ResultParameter Initializes a new instance of the ResultParameter class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ protégé m_dtsVariableName Infrastructure.
Champ protégé m_resultName Infrastructure.
Champ protégé m_resultType Infrastructure.

Haut de la page

Propriétés

  Nom Description
Propriété publique DtsVariableName Gets or sets the name of the SSIS package variable.
Propriété publique ResultName Gets or sets the name of the ResultParameter.
Propriété publique 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.

Haut de la page