Compartir a través de


ComplexProperty Miembros

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

El tipo ComplexProperty expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ComplexProperty() () () () Initializes a new instance of the ComplexProperty class.
Método publico ComplexProperty(String, String, DTSParamType) Initializes a new instance of the ComplexProperty class, and initializes the name, datatype, and parameter type of the ComplexProperty.

Principio

Métodos

  Nombre Descripción
Método publico Clone Creates an instance of the ComplexProperty class that is identical to the current ComplexProperty.
Método publico Equals Determines whether two object instances are equal. (Invalida Object. . :: . .Equals(Object).)
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode Returns the hash code for an instance of the ComplexProperty class. (Invalida Object. . :: . .GetHashCode() () () ().)
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública DataType Gets the data type of a property.
Propiedad pública Name Gets the name of a property.
Propiedad pública ParamType Gets the DTSParamType of a parameter.
Propiedad pública ParamValue Gets or sets the value of a property.

Principio