Compartilhar via


Membros AdomdProperty

Represents a property of a command.

O tipo AdomdProperty expõe os seguintes membros.

Construtores

  Nome Descrição
Método público AdomdProperty(String, Object) Initializes a new instance of the AdomdProperty class with the name and value of the property.
Método público AdomdProperty(String, String, Object) Initializes a new instance of the AdomdProperty class with the name, namespace, and value of the property.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública Name Gets or sets a String representing the name of the AdomdProperty.
Propriedade pública Namespace Gets or sets a String representing the namespace of the AdomdProperty.
Propriedade pública Parent Gets an Object representing the parent of the AdomdProperty.
Propriedade pública Value Gets or sets an Object representing the value of the AdomdProperty.

Início