Compartir a través de


Clase 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.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.SqlServer.Dts.Tasks.DMQueryTask..::..ResultParameter

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Ensamblado:  Microsoft.SqlServer.DMQueryTask (en Microsoft.SqlServer.DMQueryTask.dll)

Sintaxis

'Declaración
Public Class ResultParameter
'Uso
Dim instance As ResultParameter
public class ResultParameter
public ref class ResultParameter
type ResultParameter =  class end
public class ResultParameter

El tipo ResultParameter expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ResultParameter Initializes a new instance of the ResultParameter class.

Arriba

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.

Arriba

Métodos

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

Arriba

Campos

  Nombre Descripción
Campo protegido m_dtsVariableName Infraestructura.
Campo protegido m_resultName Infraestructura.
Campo protegido m_resultType Infraestructura.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.