Compartir a través de


ResultParameter Miembros

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.

El tipo ResultParameter expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ResultParameter Initializes a new instance of the ResultParameter 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_resultName Infraestructura.
Campo protegido m_resultType Infraestructura.

Principio

Propiedades

  Nombre Descripción
Propiedad pública DtsVariableName Gets or sets the name of the SSIS package variable.
Propiedad pública ResultName Gets or sets the name of the ResultParameter.
Propiedad pública 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.

Principio