Membros ComplexProperty
Encapsulates the information about one property of a complex type parameter.
O tipo ComplexProperty expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
ComplexProperty() () () () | Initializes a new instance of the ComplexProperty class. | |
ComplexProperty(String, String, DTSParamType) | Initializes a new instance of the ComplexProperty class, and initializes the name, datatype, and parameter type of the ComplexProperty. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Clone | Creates an instance of the ComplexProperty class that is identical to the current ComplexProperty. | |
Equals | Determines whether two object instances are equal. (Substitui Object. . :: . .Equals(Object).) | |
Finalize | (Herdado de Object.) | |
GetHashCode | Returns the hash code for an instance of the ComplexProperty class. (Substitui Object. . :: . .GetHashCode() () () ().) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
DataType | Gets the data type of a property. | |
Name | Gets the name of a property. | |
ParamType | Gets the DTSParamType of a parameter. | |
ParamValue | Gets or sets the value of a property. |
Início
Consulte também