Freigeben über


ComplexProperty-Member

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

Der ComplexProperty-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ComplexProperty() () () () Initializes a new instance of the ComplexProperty class.
Öffentliche Methode ComplexProperty(String, String, DTSParamType) Initializes a new instance of the ComplexProperty class, and initializes the name, datatype, and parameter type of the ComplexProperty.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Creates an instance of the ComplexProperty class that is identical to the current ComplexProperty.
Öffentliche Methode Equals Determines whether two object instances are equal. (Überschreibt Object. . :: . .Equals(Object).)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Returns the hash code for an instance of the ComplexProperty class. (Überschreibt Object. . :: . .GetHashCode() () () ().)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DataType Gets the data type of a property.
Öffentliche Eigenschaft Name Gets the name of a property.
Öffentliche Eigenschaft ParamType Gets the DTSParamType of a parameter.
Öffentliche Eigenschaft ParamValue Gets or sets the value of a property.

Zum Anfang