EnumValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Holds the value of a parameter when the parameter type is Enum.
public ref class EnumValue : Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValue
[System.Serializable]
public class EnumValue : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
[<System.Serializable>]
type EnumValue = class
inherit DTSParamValue
Public Class EnumValue
Inherits DTSParamValue
- Inheritance
- Attributes
Constructors
EnumValue() |
Initializes a new instance of the EnumValue class. |
EnumValue(String[]) |
Initializes a new instance of the EnumValue class, using an array that contains all possible values of the enumeration. |
Properties
EnumValues |
Gets the possible values of an enumeration object. |
SelectedValue |
Gets or sets the value of a parameter. |
Methods
Clone() |
Creates an instance of EnumValue class that is identical to the current EnumValue. |
Equals(Object) |
Determines whether two object instances are equal. |
GetHashCode() |
Returns the hash code this object. |