Share via


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
'Usage
Dim instance As DTSParamValue
[SerializableAttribute]
public abstract class DTSParamValue : ICloneable
[SerializableAttribute]
public ref class DTSParamValue abstract : ICloneable
[<AbstractClassAttribute>]
[<SerializableAttribute>]
type DTSParamValue =  
    class
        interface ICloneable
    end
public abstract class DTSParamValue implements ICloneable

The DTSParamValue type exposes the following members.

Constructors

  Name Description
Protected method DTSParamValue Initializes a new instance of the DTSParamValue class.

Top

Methods

  Name Description
Public method Clone Creates an instance of the DTSParamValue class that is identical to the current DTSParamValue class.
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

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.

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.