Compartir a través de


EnumValue Miembros

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

El tipo EnumValue expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico EnumValue() () () () Initializes a new instance of the EnumValue class.
Método publico EnumValue(array<String> [] () [] []) Initializes a new instance of the EnumValue class, using an array that contains all possible values of the enumeration.

Principio

Métodos

  Nombre Descripción
Método publico Clone Creates an instance of EnumValue class that is identical to the current EnumValue. (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 this object. (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 EnumValues Gets the possible values of an enumeration object.
Propiedad pública SelectedValue Gets or sets the value of a parameter.

Principio