Partager via


Membres ComplexProperty

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

Le type ComplexProperty expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ComplexProperty() () () () Initializes a new instance of the ComplexProperty class.
Méthode publique ComplexProperty(String, String, DTSParamType) Initializes a new instance of the ComplexProperty class, and initializes the name, datatype, and parameter type of the ComplexProperty.

Haut de la page

Méthodes

  Nom Description
Méthode publique Clone Creates an instance of the ComplexProperty class that is identical to the current ComplexProperty.
Méthode publique Equals Determines whether two object instances are equal. (Se substitue à Object. . :: . .Equals(Object).)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode Returns the hash code for an instance of the ComplexProperty class. (Se substitue à Object. . :: . .GetHashCode() () () ().)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique DataType Gets the data type of a property.
Propriété publique Name Gets the name of a property.
Propriété publique ParamType Gets the DTSParamType of a parameter.
Propriété publique ParamValue Gets or sets the value of a property.

Haut de la page