Share via


ComplexValue Class

Encapsulates the value of a complex type parameter.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ComplexValue _
    Inherits DTSParamValue
'Usage
Dim instance As ComplexValue
[SerializableAttribute]
public class ComplexValue : DTSParamValue
[SerializableAttribute]
public ref class ComplexValue : public DTSParamValue
[<SerializableAttribute>]
type ComplexValue =  
    class
        inherit DTSParamValue
    end
public class ComplexValue extends DTSParamValue

Remarks

This class contains an array of ComplexProperty objects. Each ComplexProperty object encapsulates the information about one member of the complex type parameter.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
    Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexValue

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.