Costruttore EnumValue (String[])
Initializes a new instance of the EnumValue class, using an array that contains all possible values of the enumeration.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
enumValues As String() _
)
'Utilizzo
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[]
)
Parametri
- enumValues
Tipo: array<System. . :: . .String> [] () [] []
An array that contains all possible values of the enumeration.
Vedere anche