Share via


ComplexProperty Class

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

Inheritance Hierarchy

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

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ComplexProperty
'Usage
Dim instance As ComplexProperty
[SerializableAttribute]
public class ComplexProperty
[SerializableAttribute]
public ref class ComplexProperty
[<SerializableAttribute>]
type ComplexProperty =  class end
public class ComplexProperty

The ComplexProperty type exposes the following members.

Constructors

  Name Description
Public method ComplexProperty() Initializes a new instance of the ComplexProperty class.
Public method ComplexProperty(String, String, DTSParamType) Initializes a new instance of the ComplexProperty class, and initializes the name, datatype, and parameter type of the ComplexProperty.

Top

Properties

  Name Description
Public property DataType Gets the data type of a property.
Public property Name Gets the name of a property.
Public property ParamType Gets the DTSParamType of a parameter.
Public property ParamValue Gets or sets the value of a property.

Top

Methods

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

Top

Remarks

This class is used when the DTSParamType is Complex.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.