ComplexValue Constructor (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 (in microsoft.sqlserver.webservicetask.dll)
Syntax
'Declaration
Public Sub New ( _
properties As ComplexProperty() _
)
public ComplexValue (
ComplexProperty[] properties
)
public:
ComplexValue (
array<ComplexProperty^>^ properties
)
public ComplexValue (
ComplexProperty[] properties
)
public function ComplexValue (
properties : ComplexProperty[]
)
Parameters
- properties
The properties to initialize the ComplexValue with.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ComplexValue Class
ComplexValue Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace