ComplexValue Constructor (ComplexProperty[])

Initializes a new instance of the ComplexValue class, and initializes the properties of the ComplexValue.

Пространство имен: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Синтаксис

'Декларация
Public Sub New ( _
    properties As ComplexProperty() _
)
public ComplexValue (
    ComplexProperty[] properties
)
public:
ComplexValue (
    array<ComplexProperty^>^ properties
)
public ComplexValue (
    ComplexProperty[] properties
)
public function ComplexValue (
    properties : ComplexProperty[]
)

Параметры

  • properties
    The properties to initialize the ComplexValue with.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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