Construtor EnumValue (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 (em Microsoft.SqlServer.WebServiceTask.dll)
Sintaxe
'Declaração
Public Sub New ( _
enumValues As String() _
)
'Uso
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[]
)
Parâmetros
- enumValues
Tipo: array<System. . :: . .String> [] () [] []
An array that contains all possible values of the enumeration.
Consulte também