Partager via


Membres InputParameter

Binds an SSIS package variable to a DMX query parameter. You can create a parameterized DMX query by referring to an InputParameter by its parameter name. The value of the SSIS package variable bound to the InputParameter is sent to the Analysis Services server when the DMX query is executed at package run time.

Le type InputParameter expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique InputParameter Initializes a new instance of the InputParameter 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_parameterName 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 ParameterName Gets or sets the name of the input parameter.

Haut de la page