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 {dtor}() Releases all resources used by the Property.
Public method Dispose() Releases all resources used by the Property.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

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 UniqueName
Public property Value Gets an Object representing the value of the Property.

Top