EnumValue Class

 

Holds the value of a parameter when the parameter type is Enum.

Namespace:   Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

System::Object
  Microsoft.SqlServer.Dts.Tasks.WebServiceTask::DTSParamValue
    Microsoft.SqlServer.Dts.Tasks.WebServiceTask::EnumValue

[SerializableAttribute]
public ref class EnumValue : DTSParamValue

NameDescription
System_CAPS_pubmethodEnumValue()

Initializes a new instance of the EnumValue class.

System_CAPS_pubmethodEnumValue(array<String^>^)

Initializes a new instance of the EnumValue class, using an array that contains all possible values of the enumeration.

NameDescription
System_CAPS_pubpropertyEnumValues

Gets the possible values of an enumeration object.

System_CAPS_pubpropertySelectedValue

Gets or sets the value of a parameter.

NameDescription
System_CAPS_pubmethodClone()

Creates an instance of EnumValue class that is identical to the current EnumValue.(Overrides DTSParamValue::Clone().)

System_CAPS_pubmethodEquals(Object^)

Determines whether two object instances are equal.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code this object.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: