Элементы ComplexProperty

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

Тип ComplexProperty предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод 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.

В начало

Методы

  Имя Описание
Открытый метод Clone Creates an instance of the ComplexProperty class that is identical to the current ComplexProperty.
Открытый метод Equals Determines whether two object instances are equal. (Перезаписывает Object. . :: . .Equals(Object).)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode Returns the hash code for an instance of the ComplexProperty class. (Перезаписывает Object. . :: . .GetHashCode() () () ().)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало