Элементы EnumValue

Holds the value of a parameter when the parameter type is Enum.

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

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

  Имя Описание
Открытый метод EnumValue() () () () Initializes a new instance of the EnumValue class.
Открытый метод EnumValue(array<String> [] () [] []) Initializes a new instance of the EnumValue class, using an array that contains all possible values of the enumeration.

В начало

Методы

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

В начало

Свойства

  Имя Описание
Открытое свойство EnumValues Gets the possible values of an enumeration object.
Открытое свойство SelectedValue Gets or sets the value of a parameter.

В начало