Classe DTSParamValue

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

Gerarchia di ereditarietà

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

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

Nel tipo DTSParamValue sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo protetto DTSParamValue Initializes a new instance of the DTSParamValue class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clone Creates an instance of the DTSParamValue class that is identical to the current DTSParamValue class.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

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.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask