EnumValue Members
Include Protected Members
Include Inherited Members
Holds the value of a parameter when the parameter type is Enum.
The EnumValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone() | Creates an instance of EnumValue class that is identical to the current EnumValue. (Overrides DTSParamValue.Clone().) |
![]() |
Equals(Object) | Determines whether two object instances are equal. (Overrides Object.Equals(Object).) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | Returns the hash code this object. (Overrides Object.GetHashCode().) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
EnumValues | Gets the possible values of an enumeration object. |
![]() |
SelectedValue | Gets or sets the value of a parameter. |
Top