Partilhar via


Classe ArrayValue

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

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class ArrayValue _
    Inherits DTSParamValue
'Uso
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

O tipo ArrayValue expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ArrayValue() () () () Initializes a new instance of the ArrayValue class.
Método público ArrayValue(DTSParamType) Initializes a new instance of the ArrayValue class, and initializes the DTSParamType of the array elements.

Início

Propriedades

  Nome Descrição
Propriedade pública Elements Gets or sets the elements of an array.
Propriedade pública ParamType Gets a parameter type.

Início

Métodos

  Nome Descrição
Método público Clone Creates an instance of the ArrayValue class that is identical to the current ArrayValue. (Substitui DTSParamValue. . :: . .Clone() () () ().)
Método público Equals Determines whether two object instances are equal. (Substitui Object. . :: . .Equals(Object).)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode Returns the hash code for an instance of the ArrayValue class. (Substitui Object. . :: . .GetHashCode() () () ().)
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

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.