Membros EnumValue
Holds the value of a parameter when the parameter type is Enum.
O tipo EnumValue expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
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ício
Métodos
Nome | Descrição | |
---|---|---|
Clone | Creates an instance of EnumValue class that is identical to the current EnumValue. (Substitui DTSParamValue. . :: . .Clone() () () ().) | |
Equals | Determines whether two object instances are equal. (Substitui Object. . :: . .Equals(Object).) | |
Finalize | (Herdado de Object.) | |
GetHashCode | Returns the hash code this object. (Substitui Object. . :: . .GetHashCode() () () ().) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
EnumValues | Gets the possible values of an enumeration object. | |
SelectedValue | Gets or sets the value of a parameter. |
Início