Элементы AdomdProperty

Represents a property of a command.

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

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

  Имя Описание
Открытый метод AdomdProperty(String, Object) Initializes a new instance of the AdomdProperty class with the name and value of the property.
Открытый метод AdomdProperty(String, String, Object) Initializes a new instance of the AdomdProperty class with the name, namespace, and value of the property.

В начало

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство Name Gets or sets a String representing the name of the AdomdProperty.
Открытое свойство Namespace Gets or sets a String representing the namespace of the AdomdProperty.
Открытое свойство Parent Gets an Object representing the parent of the AdomdProperty.
Открытое свойство Value Gets or sets an Object representing the value of the AdomdProperty.

В начало