MDXValue Members
Include Protected Members
Include Inherited Members
Provides conversion capabilities between different Microsoft.AnalysisServices.AdomdServer and value objects.
The MDXValue type exposes the following members.
Methods
Name | Description | |
---|---|---|
{dtor}() | Releases all resources used by the MDXValue. | |
Dispose() | Releases all resources used by the MDXValue. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
FromBool(Boolean) | Creates a new MDXValue object from a Boolean. | |
FromByte(Byte) | Creates a new MDXValue object from an 8-bit unsigned integer. | |
FromChar(Char) | Creates a new MDXValue object from a Unicode character. | |
FromDateTime(DateTime) | Creates a new MDXValue object from a DateTime. | |
FromDecimal(Decimal) | Creates a new MDXValue object from a decimal. | |
FromDouble(Double) | Creates a new MDXValue object from a double-precision floating-point number. | |
FromHierarchy(Hierarchy) | Creates a new MDXValue object from a Hierarchy object. | |
FromInt16(Int16) | Creates a new MDXValue object from a 16-bit signed integer. | |
FromInt32(Int32) | Creates a new MDXValue object from a 32-bit signed integer. | |
FromInt64(Int64) | Creates a new MDXValue object from a 64-bit signed integer. | |
FromLevel(Level) | Creates a new MDXValue object from a Level object. | |
FromMember(Member) | Creates a new MDXValue object from a Member object. | |
FromSByte(SByte) | Creates a new MDXValue object from an 8-bit signed integer. | |
FromSet(Set) | Creates a new MDXValue object from a Set object. | |
FromSingle(Single) | Creates a new MDXValue object from a single-precision floating-point number. | |
FromString(String) | Creates a new MDXValue object from a string. | |
FromTuple(Tuple) | Creates a new MDXValue object from a Tuple object. | |
FromUInt16(UInt16) | Creates a new MDXValue object from a 16-bit unsigned integer. | |
FromUInt32(UInt32) | Creates a new MDXValue object from a 32-bit unsigned integer. | |
FromUInt64(UInt64) | Creates a new MDXValue object from a 64-bit unsigned integer. | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToBool() | Returns a Boolean representation of the MDXValue object. | |
ToByte() | Returns an 8-bit unsigned integer representation of the MDXValue object. | |
ToChar() | Returns a Unicode character representation of the MDXValue object. | |
ToDateTime() | Returns a DateTime representation of the MDXValue object. | |
ToDecimal() | Returns a decimal representation of the MDXValue object. | |
ToDouble() | Returns a double-precision floating-point number representation of the MDXValue object. | |
ToHierarchy() | Returns a Hierarchy representation of the MDXValue object. | |
ToInt16() | Returns a 16-bit signed integer representation of the MDXValue object. | |
ToInt32() | Returns a 32-bit signed integer representation of the MDXValue object. | |
ToInt64() | Returns a 64-bit signed integer representation of the MDXValue object. | |
ToLevel() | Returns a Level representation of the MDXValue object. | |
ToMember() | Returns a Member representation of the MDXValue object. | |
ToSByte() | Returns an 8-bit signed integer representation of the MDXValue object. | |
ToSet() | Returns a Set representation of the MDXValue object. | |
ToSingle() | Returns a single-precision floating-point number representation of the MDXValue object. | |
ToString() | Returns a string representation of the MDXValue object. (Overrides Object.ToString().) | |
ToTuple() | Returns a Tuple representation of the MDXValue object. | |
ToUInt16() | Returns a 16-bit unsigned integer representation of the MDXValue object. | |
ToUInt32() | Returns a 32-bit unsigned integer representation of the MDXValue object. | |
ToUInt64() | Returns a 64-bit unsigned integer representation of the MDXValue object. |
Top
Operators
Name | Description | |
---|---|---|
Explicit(SByte to MDXValue) | Explicitly converts an 8-bit signed integer value to an MDXValue object. | |
Explicit(Boolean to MDXValue) | Explicitly converts a Boolean value to an MDXValue object. | |
Explicit(Byte to MDXValue) | Explicitly converts an 8-bit unsigned integer value to an MDXValue object. | |
Explicit(Char to MDXValue) | Explicitly converts a Unicode character value to an MDXValue object. | |
Explicit(DateTime to MDXValue) | Explicitly converts a DateTime value to an MDXValue object. | |
Explicit(Decimal to MDXValue) | Explicitly converts a decimal value to an MDXValue object. | |
Explicit(Double to MDXValue) | Explicitly converts a double-precision floating-point number value to an MDXValue object. | |
Explicit(Int16 to MDXValue) | Explicitly converts a 16-bit signed integer value to an MDXValue object. | |
Explicit(Int32 to MDXValue) | Explicitly converts a 32-bit signed integer value to an MDXValue object. | |
Explicit(Int64 to MDXValue) | Explicitly converts a 64-bit signed integer value to an MDXValue object. | |
Explicit(Single to MDXValue) | Explicitly converts a single-precision floating-point number to an MDXValue object. | |
Explicit(String to MDXValue) | Explicitly converts a string to an MDXValue object. | |
Explicit(UInt16 to MDXValue) | Explicitly converts a 16-bit unsigned integer to an MDXValue object. | |
Explicit(UInt32 to MDXValue) | Explicitly converts a 32-bit unsigned integer to an MDXValue object. | |
Explicit(UInt64 to MDXValue) | Explicitly converts a 64-bit unsigned integer to an MDXValue object. | |
Explicit(Hierarchy to MDXValue) | Explicitly converts a Hierarchy to an MDXValue object. | |
Explicit(Level to MDXValue) | Explicitly converts a Level object to an MDXValue object. | |
Explicit(MDXValue to Hierarchy) | Explicitly converts an MDXValue object to a Hierarchy. | |
Explicit(MDXValue to Tuple) | Explicitly converts an MDXValue object to a Tuple. | |
Explicit(MDXValue to Member) | Explicitly converts an MDXValue object to a Member object. | |
Explicit(MDXValue to Level) | Explicitly converts an MDXValue object to a Level. | |
Explicit(MDXValue to Char) | Explicitly converts an MDXValue object to a Unicode character. | |
Explicit(MDXValue to DateTime) | Explicitly converts an MDXValue object to a DateTime. | |
Explicit(MDXValue to String) | Explicitly converts an MDXValue object to a string. | |
Explicit(MDXValue to Boolean) | Explicitly converts an MDXValue object to a Boolean value. | |
Explicit(MDXValue to Decimal) | Explicitly converts an MDXValue object to a decimal. | |
Explicit(MDXValue to Int64) | Explicitly converts an MDXValue object to a 64-bit signed integer. | |
Explicit(MDXValue to UInt64) | Explicitly converts an MDXValue object to a 64-bit unsigned integer. | |
Explicit(MDXValue to UInt32) | Explicitly converts an MDXValue object to a 32-bit unsigned integer. | |
Explicit(MDXValue to UInt16) | Explicitly converts an MDXValue object to a 16-bit unsigned integer. | |
Explicit(MDXValue to Int32) | Explicitly converts an MDXValue object to a 32-bit signed integer. | |
Explicit(MDXValue to Single) | Explicitly converts an MDXValue object to a single-precision floating-point number. | |
Explicit(MDXValue to Set) | Explicitly converts an MDXValue object to a Set. | |
Explicit(MDXValue to SByte) | Explicitly converts an MDXValue object to an 8-bit signed integer. | |
Explicit(MDXValue to Byte) | Explicitly converts an MDXValue object to an 8-bit unsigned integer. | |
Explicit(MDXValue to Double) | Explicitly converts an MDXValue object to a double-precision floating-point number. | |
Explicit(MDXValue to Int16) | Explicitly converts an MDXValue object to a 16-bit signed integer. | |
Explicit(Member to MDXValue) | Explicitly converts a Member to an MDXValue object. | |
Explicit(Set to MDXValue) | Explicitly converts a Set to an MDXValue object. | |
Explicit(Tuple to MDXValue) | Explicitly converts a Tuple to an MDXValue object. | |
Implicit(SByte to MDXValue) | Implicitly converts an 8-bit signed integer to an MDXValue object. | |
Implicit(Boolean to MDXValue) | Implicitly converts a Boolean to an MDXValue object. | |
Implicit(Byte to MDXValue) | Implicitly converts an 8-bit unsigned integer to an MDXValue object. | |
Implicit(Char to MDXValue) | Implicitly converts a Unicode character to an MDXValue object. | |
Implicit(DateTime to MDXValue) | Implicitly converts a DateTime to an MDXValue object. | |
Implicit(Decimal to MDXValue) | Implicitly converts a decimal to an MDXValue object. | |
Implicit(Double to MDXValue) | Implicitly converts a double-precision floating-point number to an MDXValue object. | |
Implicit(Int16 to MDXValue) | Implicitly converts a 16-bit signed integer to an MDXValue object. | |
Implicit(Int32 to MDXValue) | Implicitly converts a 32-bit signed integer to an MDXValue object. | |
Implicit(Int64 to MDXValue) | Implicitly converts a 64-bit signed integer to an MDXValue object. | |
Implicit(Single to MDXValue) | Implicitly converts a single-precision floating-point number to an MDXValue object. | |
Implicit(String to MDXValue) | Implicitly converts a string to an MDXValue object. | |
Implicit(UInt16 to MDXValue) | Implicitly converts a 16-bit unsigned integer to an MDXValue object. | |
Implicit(UInt32 to MDXValue) | Implicitly converts a 32-bit unsigned integer to an MDXValue object. | |
Implicit(UInt64 to MDXValue) | Implicitly converts a 64-bit unsigned integer to an MDXValue object. | |
Implicit(Hierarchy to MDXValue) | Implicitly converts a Hierarchy to an MDXValue object. | |
Implicit(Level to MDXValue) | Implicitly converts a Level to an MDXValue object. | |
Implicit(Member to MDXValue) | Implicitly converts a Member to an MDXValue object. | |
Implicit(Set to MDXValue) | Implicitly converts a Set to an MDXValue object. | |
Implicit(Tuple to MDXValue) | Implicitly converts a Tuple to an MDXValue object. |
Top