Condividi tramite


ComplexValue Constructor (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() _
)
public ComplexValue (
    ComplexProperty[] properties
)
public:
ComplexValue (
    array<ComplexProperty^>^ properties
)
public ComplexValue (
    ComplexProperty[] properties
)
public function ComplexValue (
    properties : ComplexProperty[]
)

Parametri

  • properties
    The properties to initialize the ComplexValue with.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

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