Compartir a través de


InputParameter Miembros

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.

El tipo InputParameter expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico InputParameter Initializes a new instance of the InputParameter class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Campos

  Nombre Descripción
Campo protegido m_dtsVariableName Infraestructura.
Campo protegido m_parameterName Infraestructura.

Principio

Propiedades

  Nombre Descripción
Propiedad pública DtsVariableName Gets or sets the name of the SSIS package variable.
Propiedad pública ParameterName Gets or sets the name of the input parameter.

Principio