共用方式為


ComplexValue Constructors

Definition

Initializes a new instance of the ComplexValue class.

Overloads

ComplexValue()

Initializes a new instance of the ComplexValue class.

ComplexValue(ComplexProperty[])

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

ComplexValue()

Initializes a new instance of the ComplexValue class.

public:
 ComplexValue();
public ComplexValue ();
Public Sub New ()

Applies to

ComplexValue(ComplexProperty[])

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

public:
 ComplexValue(cli::array <Microsoft::SqlServer::Dts::Tasks::WebServiceTask::ComplexProperty ^> ^ properties);
public ComplexValue (Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty[] properties);
new Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexValue : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty[] -> Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexValue
Public Sub New (properties As ComplexProperty())

Parameters

properties
ComplexProperty[]

The properties to initialize the ComplexValue with.

Applies to