ComplexValue Class
Encapsulates the value of a complex type parameter.
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Microsoft.SqlServer.Dts.Tasks.WebServiceTask::DTSParamValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask::ComplexValue
| Name | Description | |
|---|---|---|
![]() | ComplexValue() | Initializes a new instance of the ComplexValue class. |
![]() | ComplexValue(array<ComplexProperty^>^) | Initializes a new instance of the ComplexValue class, and initializes the properties of the ComplexValue. |
| Name | Description | |
|---|---|---|
![]() | Properties | Gets an array of properties for the ComplexValue class. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates an instance of the ComplexValue class that is identical to the current ComplexValue.(Overrides DTSParamValue::Clone().) |
![]() | Equals(Object^) | Determines whether two object instances are equal.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Returns the hash code of this object.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This class contains an array of ComplexProperty objects. Each ComplexProperty object encapsulates the information about one member of the complex type parameter.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


