Partilhar via


EnumValue Constructor (String[])

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

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

Syntax

'Declaration
Public Sub New ( _
    enumValues As String() _
)
public EnumValue (
    string[] enumValues
)
public:
EnumValue (
    array<String^>^ enumValues
)
public EnumValue (
    String[] enumValues
)
public function EnumValue (
    enumValues : String[]
)

Parameters

  • enumValues
    An array that contains all possible values of the enumeration.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

EnumValue Class
EnumValue Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace