DTSParamValue Class
Defines an abstract base class that represents the value of a parameter passed to a Web method.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class DTSParamValue
Implements ICloneable
[SerializableAttribute]
public abstract class DTSParamValue : ICloneable
[SerializableAttribute]
public ref class DTSParamValue abstract : ICloneable
/** @attribute SerializableAttribute() */
public abstract class DTSParamValue implements ICloneable
SerializableAttribute
public abstract class DTSParamValue implements ICloneable
Remarks
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.
Inheritance Hierarchy
System.Object
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
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
DTSParamValue Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace