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 | |
---|---|---|
![]() |
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. |
Top
Methods
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.) |
Top