Freigeben über


Property-Member

Represents a property of various ADOMD.NET objects.

Der Property-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals Determines whether two instances of an Object are equal. (Überschreibt Object. . :: . .Equals(Object).)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Überschreibt Object. . :: . .GetHashCode() () () ().)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString Returns a String that represents the current Property. (Überschreibt Object. . :: . .ToString() () () ().)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatischer Member Equality Determines whether two specified instances of Property are equal.
Öffentlicher OperatorStatischer Member Inequality Determines whether two specified instances of Property are not equal.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name Gets a String representing the name of the Property.
Öffentliche Eigenschaft Type Gets a Type representing the type of the Property.
Öffentliche Eigenschaft Value Gets an Object representing the value of the Property.

Zum Anfang