DTSParamValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |