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