ComplexProperty Class
Encapsulates the information about one property of a complex type parameter.
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
| Name | Description | |
|---|---|---|
![]() | ComplexProperty() | Initializes a new instance of the ComplexProperty class. |
![]() | ComplexProperty(String^, String^, DTSParamType) | Initializes a new instance of the ComplexProperty class, and initializes the name, datatype, and parameter type of the ComplexProperty. |
| Name | Description | |
|---|---|---|
![]() | DataType | Gets the data type of a property. |
![]() | Name | Gets the name of a property. |
![]() | ParamType | Gets the DTSParamType of a parameter. |
![]() | ParamValue | Gets or sets the value of a property. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates an instance of the ComplexProperty class that is identical to the current ComplexProperty. |
![]() | Equals(Object^) | Determines whether two object instances are equal.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Returns the hash code for an instance of the ComplexProperty class.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This class is used when the DTSParamType is Complex.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


