Costruttore ComplexValue (array<ComplexProperty )

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    properties As ComplexProperty() _
)
'Utilizzo
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[]
)

Parametri

Vedere anche

Riferimento

ComplexValue Classe

Overload ComplexValue

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask