Membri EnumValue
Holds the value of a parameter when the parameter type is Enum.
Il tipo EnumValue espone i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
EnumValue() () () () | Initializes a new instance of the EnumValue class. | |
EnumValue(array<String> [] () [] []) | Initializes a new instance of the EnumValue class, using an array that contains all possible values of the enumeration. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Clone | Creates an instance of EnumValue class that is identical to the current EnumValue. (Esegue l'override di DTSParamValue. . :: . .Clone() () () ().) | |
Equals | Determines whether two object instances are equal. (Esegue l'override di Object. . :: . .Equals(Object).) | |
Finalize | (Ereditato da Object). | |
GetHashCode | Returns the hash code this object. (Esegue l'override di Object. . :: . .GetHashCode() () () ().) | |
GetType | (Ereditato da Object). | |
MemberwiseClone | (Ereditato da Object). | |
ToString | (Ereditato da Object). |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
EnumValues | Gets the possible values of an enumeration object. | |
SelectedValue | Gets or sets the value of a parameter. |
In alto
Vedere anche