Share via


ComplexValue Members

Include Protected Members
Include Inherited Members

Encapsulates the value of a complex type parameter.

The ComplexValue type exposes the following members.

Constructors

  Name Description
Public method ComplexValue() Initializes a new instance of the ComplexValue class.
Public method ComplexValue(array<ComplexProperty[]) Initializes a new instance of the ComplexValue class, and initializes the properties of the ComplexValue.

Top

Methods

  Name Description
Public method Clone() Creates an instance of the ComplexValue class that is identical to the current ComplexValue. (Overrides DTSParamValue.Clone().)
Public method Equals(Object) Determines whether two object instances are equal. (Overrides Object.Equals(Object).)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Returns the hash code of this object. (Overrides Object.GetHashCode().)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Properties Gets an array of properties for the ComplexValue class.

Top