ComplexValue Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.