EnumValue constructeur (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 (dans Microsoft.SqlServer.WebServiceTask.dll)
Syntaxe
'Déclaration
Public Sub New ( _
enumValues As String() _
)
'Utilisation
Dim enumValues As String()
Dim instance As New EnumValue(enumValues)
public EnumValue(
string[] enumValues
)
public:
EnumValue(
array<String^>^ enumValues
)
new :
enumValues:string[] -> EnumValue
public function EnumValue(
enumValues : String[]
)
Paramètres
- enumValues
Type : array<System. . :: . .String> [] () [] []
An array that contains all possible values of the enumeration.