Construtor ComplexValue (ComplexProperty[])
Initializes a new instance of the ComplexValue class, and initializes the properties of the ComplexValue.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)
Sintaxe
'Declaração
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
- properties
Tipo: array<Microsoft.SqlServer.Dts.Tasks.WebServiceTask. . :: . .ComplexProperty> [] () [] []
The properties to initialize the ComplexValue with.
Consulte também