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
- properties
Tipo: array<Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty[]
The properties to initialize the ComplexValue with.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask