Compartir a través de


InputParameter Clase

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.

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

Jerarquía de herencia

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

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.