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.

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

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

public ref class InputParameter 

NameDescription
System_CAPS_pubmethodInputParameter()

Initializes a new instance of the InputParameter class.

NameDescription
System_CAPS_pubpropertyDtsVariableName

Gets or sets the name of the SSIS package variable.

System_CAPS_pubpropertyParameterName

Gets or sets the name of the input parameter.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_protfieldm_dtsVariableName

This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the name of the SSIS package variable.

System_CAPS_protfieldm_parameterName

This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the name of the parameter.

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

Return to top
Show: