Compartir a través de


ComplexValue Constructor (array<ComplexProperty )

Initializes a new instance of the ComplexValue class, and initializes the properties of the ComplexValue.

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

Sintaxis

'Declaración
Public Sub New ( _
    properties As ComplexProperty() _
)
'Uso
Dim properties As ComplexProperty()

Dim instance As New ComplexValue(properties)
public ComplexValue(
    ComplexProperty[] properties
)
public:
ComplexValue(
    array<ComplexProperty^>^ properties
)
new : 
        properties:ComplexProperty[] -> ComplexValue
public function ComplexValue(
    properties : ComplexProperty[]
)

Parámetros

Vea también

Referencia

ComplexValue Clase

Sobrecarga de ComplexValue

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