Compartir a través de


EnumValue Constructor (array<String )

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado:  Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)

Sintaxis

'Declaración
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.

Vea también

Referencia

EnumValue Clase

Sobrecarga de EnumValue

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WebServiceTask