DTSParamValue Class
Defines an abstract base class that represents the value of a parameter passed to a Web method.
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
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 | |
---|---|---|
DTSParamValue | Initializes a new instance of the DTSParamValue class. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Creates an instance of the DTSParamValue class that is identical to the current DTSParamValue class. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.