DTSParamValue Class
Defines an abstract base class that represents the value of a parameter passed to a Web method.
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Microsoft.SqlServer.Dts.Tasks.WebServiceTask::DTSParamValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask::ArrayValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask::ComplexValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask::EnumValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask::PrimitiveValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask::VariableValue
| Name | Description | |
|---|---|---|
![]() | DTSParamValue() | Initializes a new instance of the DTSParamValue class. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates an instance of the DTSParamValue class that is identical to the current DTSParamValue class. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The parameter types are Primitive, Complex, Array, and Enum.
Each parameter type has a Value class that inherits and extends DTSParamValue, such as the PrimitiveValue, ComplexValue, ArrayValue, and EnumValue classes.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

