Compartir a través de


ArrayValue Miembros

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

El tipo ArrayValue expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ArrayValue() () () () Initializes a new instance of the ArrayValue class.
Método publico ArrayValue(DTSParamType) Initializes a new instance of the ArrayValue class, and initializes the DTSParamType of the array elements.

Principio

Métodos

  Nombre Descripción
Método publico Clone Creates an instance of the ArrayValue class that is identical to the current ArrayValue. (Invalida DTSParamValue. . :: . .Clone() () () ().)
Método publico Equals Determines whether two object instances are equal. (Invalida Object. . :: . .Equals(Object).)
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode Returns the hash code for an instance of the ArrayValue class. (Invalida Object. . :: . .GetHashCode() () () ().)
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Elements Gets or sets the elements of an array.
Propiedad pública ParamType Gets a parameter type.

Principio