Partilhar via


Classe DTSParamValue

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 (em Microsoft.SqlServer.WebServiceTask.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public MustInherit Class DTSParamValue _
    Implements ICloneable
'Uso
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

O tipo DTSParamValue expõe os membros a seguir.

Construtores

  Nome Descrição
Método protegido DTSParamValue Initializes a new instance of the DTSParamValue class.

Início

Métodos

  Nome Descrição
Método público Clone Creates an instance of the DTSParamValue class that is identical to the current DTSParamValue class.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

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.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.