Freigeben über


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[]
)

Parameter

  • properties
    The properties to initialize the ComplexValue with.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

ComplexValue Class
ComplexValue Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace