MDXValue Methods

Include Protected Members
Include Inherited Members

The MDXValue type exposes the following members.

Methods

  Name Description
Public method {dtor} Releases all resources used by the MDXValue.
Public method Dispose Releases all resources used by the MDXValue.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member FromBool Creates a new MDXValue object from a Boolean.
Public methodStatic member FromByte Creates a new MDXValue object from an 8-bit unsigned integer.
Public methodStatic member FromChar Creates a new MDXValue object from a Unicode character.
Public methodStatic member FromDateTime Creates a new MDXValue object from a DateTime.
Public methodStatic member FromDecimal Creates a new MDXValue object from a decimal.
Public methodStatic member FromDouble Creates a new MDXValue object from a double-precision floating-point number.
Public methodStatic member FromHierarchy Creates a new MDXValue object from a Hierarchy object.
Public methodStatic member FromInt16 Creates a new MDXValue object from a 16-bit signed integer.
Public methodStatic member FromInt32 Creates a new MDXValue object from a 32-bit signed integer.
Public methodStatic member FromInt64 Creates a new MDXValue object from a 64-bit signed integer.
Public methodStatic member FromLevel Creates a new MDXValue object from a Level object.
Public methodStatic member FromMember Creates a new MDXValue object from a Member object.
Public methodStatic member FromSByte Creates a new MDXValue object from an 8-bit signed integer.
Public methodStatic member FromSet Creates a new MDXValue object from a Set object.
Public methodStatic member FromSingle Creates a new MDXValue object from a single-precision floating-point number.
Public methodStatic member FromString Creates a new MDXValue object from a string.
Public methodStatic member FromTuple Creates a new MDXValue object from a Tuple object.
Public methodStatic member FromUInt16 Creates a new MDXValue object from a 16-bit unsigned integer.
Public methodStatic member FromUInt32 Creates a new MDXValue object from a 32-bit unsigned integer.
Public methodStatic member FromUInt64 Creates a new MDXValue object from a 64-bit unsigned integer.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToBool Returns a Boolean representation of the MDXValue object.
Public method ToByte Returns an 8-bit unsigned integer representation of the MDXValue object.
Public method ToChar Returns a Unicode character representation of the MDXValue object.
Public method ToDateTime Returns a DateTime representation of the MDXValue object.
Public method ToDecimal Returns a decimal representation of the MDXValue object.
Public method ToDouble Returns a double-precision floating-point number representation of the MDXValue object.
Public method ToHierarchy Returns a Hierarchy representation of the MDXValue object.
Public method ToInt16 Returns a 16-bit signed integer representation of the MDXValue object.
Public method ToInt32 Returns a 32-bit signed integer representation of the MDXValue object.
Public method ToInt64 Returns a 64-bit signed integer representation of the MDXValue object.
Public method ToLevel Returns a Level representation of the MDXValue object.
Public method ToMember Returns a Member representation of the MDXValue object.
Public method ToSByte Returns an 8-bit signed integer representation of the MDXValue object.
Public method ToSet Returns a Set representation of the MDXValue object.
Public method ToSingle Returns a single-precision floating-point number representation of the MDXValue object.
Public method ToString Returns a string representation of the MDXValue object. (Overrides Object.ToString().)
Public method ToTuple Returns a Tuple representation of the MDXValue object.
Public method ToUInt16 Returns a 16-bit unsigned integer representation of the MDXValue object.
Public method ToUInt32 Returns a 32-bit unsigned integer representation of the MDXValue object.
Public method ToUInt64 Returns a 64-bit unsigned integer representation of the MDXValue object.

Top