Compartir a través de


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

Jerarquía de herencia

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

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

Sintaxis

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

El tipo InputParameter expone los siguientes miembros.

Constructores

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

Arriba

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.

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