Share via


InputParameter Class

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.

Inheritance Hierarchy

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly:  Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)

Syntax

'Declaration
Public Class InputParameter
'Usage
Dim instance As InputParameter
public class InputParameter
public ref class InputParameter
type InputParameter =  class end
public class InputParameter

The InputParameter type exposes the following members.

Constructors

  Name Description
Public method InputParameter Initializes a new instance of the InputParameter class.

Top

Properties

  Name Description
Public property DtsVariableName Gets or sets the name of the SSIS package variable.
Public property ParameterName Gets or sets the name of the input parameter.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_dtsVariableName Infrastructure. Specifies the name of the SSIS package variable.
Protected field m_parameterName Infrastructure. Specifies the name of the parameter.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.DMQueryTask Namespace