Sdílet prostřednictvím


Property Members

Include Protected Members
Include Inherited Members

Represents a property of various ADOMD.NET objects.

The Property type exposes the following members.

Methods

  Name Description
Public method Equals(Object) Determines whether two instances of an Object are equal. (Overrides Object.Equals(Object).)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Overrides Object.GetHashCode().)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() Returns a String that represents the current Property. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality(Property, Property) Determines whether two specified instances of Property are equal.
Public operatorStatic member Inequality(Property, Property) Determines whether two specified instances of Property are not equal.

Top

Properties

  Name Description
Public property Name Gets a String representing the name of the Property.
Public property Type Gets a Type representing the type of the Property.
Public property Value Gets an Object representing the value of the Property.

Top