Udostępnij przez


Konstruktor ComplexValue (array<ComplexProperty[])

Inicjuje nowe wystąpienie ComplexValue klasy i inicjuje właściwości ComplexValue.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Zestaw:  Microsoft.SqlServer.WebServiceTask (w Microsoft.SqlServer.WebServiceTask.dll)

Składnia

'Deklaracja
Public Sub New ( _
    properties As ComplexProperty() _
)
'Użycie
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[]
)

Parametry