Compartir a través de


AdomdProperty Miembros

Represents a property of a command.

El tipo AdomdProperty expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico AdomdProperty(String, Object) Initializes a new instance of the AdomdProperty class with the name and value of the property.
Método publico AdomdProperty(String, String, Object) Initializes a new instance of the AdomdProperty class with the name, namespace, and value of the property.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
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 Name Gets or sets a String representing the name of the AdomdProperty.
Propiedad pública Namespace Gets or sets a String representing the namespace of the AdomdProperty.
Propiedad pública Parent Gets an Object representing the parent of the AdomdProperty.
Propiedad pública Value Gets or sets an Object representing the value of the AdomdProperty.

Principio