DTSParamValue Class

Definition

Defines an abstract base class that represents the value of a parameter passed to a Web method.

public ref class DTSParamValue abstract : ICloneable
[System.Serializable]
public abstract class DTSParamValue : ICloneable
[<System.Serializable>]
type DTSParamValue = class
    interface ICloneable
Public MustInherit Class DTSParamValue
Implements ICloneable
Inheritance
DTSParamValue
Derived
Attributes
Implements

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.

Constructors

DTSParamValue()

Initializes a new instance of the DTSParamValue class.

Methods

Clone()

Creates an instance of the DTSParamValue class that is identical to the current DTSParamValue class.

Applies to