Freigeben über


EnumValue-Member

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

Der EnumValue-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode EnumValue() () () () Initializes a new instance of the EnumValue class.
Öffentliche Methode EnumValue(array<String> [] () [] []) Initializes a new instance of the EnumValue class, using an array that contains all possible values of the enumeration.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Creates an instance of EnumValue class that is identical to the current EnumValue. (Überschreibt DTSParamValue. . :: . .Clone() () () ().)
Öffentliche Methode Equals Determines whether two object instances are equal. (Überschreibt Object. . :: . .Equals(Object).)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Returns the hash code this object. (Überschreibt Object. . :: . .GetHashCode() () () ().)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft EnumValues Gets the possible values of an enumeration object.
Öffentliche Eigenschaft SelectedValue Gets or sets the value of a parameter.

Zum Anfang