ComplexValue Class

Definition

Encapsulates the value of a complex type parameter.

public ref class ComplexValue : Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValue
[System.Serializable]
public class ComplexValue : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
[<System.Serializable>]
type ComplexValue = class
    inherit DTSParamValue
Public Class ComplexValue
Inherits DTSParamValue
Inheritance
ComplexValue
Attributes

Remarks

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

Constructors

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.

Properties

Properties

Gets an array of properties for the ComplexValue class.

Methods

Clone()

Creates an instance of the ComplexValue class that is identical to the current ComplexValue.

Equals(Object)

Determines whether two object instances are equal.

GetHashCode()

Returns the hash code of this object.

Applies to