Classe DTSParamValue

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

Spazio dei nomi:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public MustInherit Class DTSParamValue _
    Implements ICloneable
'Utilizzo
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

Osservazioni

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

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.