Partager via


EnumValue Constructor (String[])

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

Espace de noms: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Syntaxe

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

Paramètres

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

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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