InputParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public ref class InputParameter
public class InputParameter
type InputParameter = class
Public Class InputParameter
- Inheritance
-
InputParameter
Constructors
InputParameter() |
Initializes a new instance of the InputParameter class. |
Fields
m_dtsVariableName |
Specifies the name of the SSIS package variable. |
m_parameterName |
Specifies the name of the parameter. |
Properties
DtsVariableName |
Gets or sets the name of the SSIS package variable. |
ParameterName |
Gets or sets the name of the input parameter. |