EnumValue Class

Definition

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
EnumValue
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.

Applies to