ComplexProperty Class

 

Encapsulates the information about one property of a complex type parameter.

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

System::Object
  Microsoft.SqlServer.Dts.Tasks.WebServiceTask::ComplexProperty

[SerializableAttribute]
public ref class ComplexProperty 

NameDescription
System_CAPS_pubmethodComplexProperty()

Initializes a new instance of the ComplexProperty class.

System_CAPS_pubmethodComplexProperty(String^, String^, DTSParamType)

Initializes a new instance of the ComplexProperty class, and initializes the name, datatype, and parameter type of the ComplexProperty.

NameDescription
System_CAPS_pubpropertyDataType

Gets the data type of a property.

System_CAPS_pubpropertyName

Gets the name of a property.

System_CAPS_pubpropertyParamType

Gets the DTSParamType of a parameter.

System_CAPS_pubpropertyParamValue

Gets or sets the value of a property.

NameDescription
System_CAPS_pubmethodClone()

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

System_CAPS_pubmethodEquals(Object^)

Determines whether two object instances are equal.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for an instance of the ComplexProperty class.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: