Share via


EnumValue Constructors

Definition

Initializes a new instance of the EnumValue class.

Overloads

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.

EnumValue()

Initializes a new instance of the EnumValue class.

public:
 EnumValue();
public EnumValue ();
Public Sub New ()

Applies to

EnumValue(String[])

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

public:
 EnumValue(cli::array <System::String ^> ^ enumValues);
public EnumValue (string[] enumValues);
new Microsoft.SqlServer.Dts.Tasks.WebServiceTask.EnumValue : string[] -> Microsoft.SqlServer.Dts.Tasks.WebServiceTask.EnumValue
Public Sub New (enumValues As String())

Parameters

enumValues
String[]

An array that contains all possible values of the enumeration.

Applies to