Partager via


Classe ArrayValue

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly :  Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class ArrayValue _
    Inherits DTSParamValue
'Utilisation
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

Le type ArrayValue expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ArrayValue() Initializes a new instance of the ArrayValue class.
Méthode publique ArrayValue(DTSParamType) Initializes a new instance of the ArrayValue class, and initializes the DTSParamType of the array elements.

Haut de la page

Propriétés

  Nom Description
Propriété publique Elements Gets or sets the elements of an array.
Propriété publique ParamType Gets a parameter type.

Haut de la page

Méthodes

  Nom Description
Méthode publique Clone Creates an instance of the ArrayValue class that is identical to the current ArrayValue. (remplace DTSParamValue.Clone().)
Méthode publique Equals Determines whether two object instances are equal. (remplace Object.Equals(Object).)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode Returns the hash code for an instance of the ArrayValue class. (remplace Object.GetHashCode().)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Tasks.WebServiceTask