Partilhar via


Membros ArrayValue

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

O tipo ArrayValue expõe os seguintes membros.

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

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

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