Classe ArrayValue

Holds the value of a parameter when the parameter is of type Array.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
    Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ArrayValue

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

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class ArrayValue _
    Inherits DTSParamValue
'Utilizzo
Dim instance As ArrayValue
[SerializableAttribute]
public class ArrayValue : DTSParamValue
[SerializableAttribute]
public ref class ArrayValue : public DTSParamValue
[<SerializableAttribute>]
type ArrayValue =  
    class 
        inherit DTSParamValue 
    end
public class ArrayValue extends DTSParamValue

Nel tipo ArrayValue sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ArrayValue() Initializes a new instance of the ArrayValue class.
Metodo pubblico ArrayValue(DTSParamType) Initializes a new instance of the ArrayValue class, and initializes the DTSParamType of the array elements.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Elements Gets or sets the elements of an array.
Proprietà pubblica ParamType Gets a parameter type.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clone Creates an instance of the ArrayValue class that is identical to the current ArrayValue. Esegue l'override di DTSParamValue.Clone().
Metodo pubblico Equals Determines whether two object instances are equal. Esegue l'override di Object.Equals(Object).
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Returns the hash code for an instance of the ArrayValue class. Esegue l'override di Object.GetHashCode().
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

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