MDXValue.op_Explicit Method

Converts an MDXValue object into another type.

Overload List

Name Description
MDXValue.op_Explicit (Boolean)
Explicitly converts a Boolean value to an MDXValue object.
MDXValue.op_Explicit (Byte)
Explicitly converts an 8-bit unsigned integer value to an MDXValue object.
MDXValue.op_Explicit (Char)
Explicitly converts a Unicode character value to an MDXValue object.
MDXValue.op_Explicit (DateTime)
Explicitly converts a DateTime value to an MDXValue object.
MDXValue.op_Explicit (Decimal)
Explicitly converts a decimal value to an MDXValue object.
MDXValue.op_Explicit (Double)
Explicitly converts a double-precision floating-point number value to an MDXValue object.
MDXValue.op_Explicit (Hierarchy)
Explicitly converts a Hierarchy to an MDXValue object.
MDXValue.op_Explicit (Int16)
Explicitly converts a 16-bit signed integer value to an MDXValue object.
MDXValue.op_Explicit (Int32)
Explicitly converts a 32-bit signed integer value to an MDXValue object.
MDXValue.op_Explicit (Int64)
Explicitly converts a 64-bit signed integer value to an MDXValue object.
MDXValue.op_Explicit (Level)
Explicitly converts a Level object to an MDXValue object.
MDXValue.op_Explicit (MDXValue)
Explicitly converts an MDXValue object to a Boolean value.
MDXValue.op_Explicit (MDXValue)
Explicitly converts an MDXValue object to an 8-bit unsigned integer.
MDXValue.op_Explicit (MDXValue)
Explicitly converts an MDXValue object to a Unicode character.
MDXValue.op_Explicit (MDXValue)
Explicitly converts an MDXValue object to a DateTime.
MDXValue.op_Explicit (MDXValue)
Explicitly converts an MDXValue object to a decimal.
MDXValue.op_Explicit (MDXValue)
Explicitly converts an MDXValue object to a double-precision floating-point number.
MDXValue.op_Explicit (MDXValue)
Explicitly converts an MDXValue object to a Hierarchy.
MDXValue.op_Explicit (MDXValue)
Explicitly converts an MDXValue object to a 16-bit signed integer.
MDXValue.op_Explicit (MDXValue)
Explicitly converts an MDXValue object to a 32-bit signed integer.
MDXValue.op_Explicit (MDXValue)
Explicitly converts an MDXValue object to a 64-bit signed integer.
MDXValue.op_Explicit (MDXValue)
Explicitly converts an MDXValue object to a Level.
MDXValue.op_Explicit (MDXValue)
Explicitly converts an MDXValue object to a Member object.
MDXValue.op_Explicit (MDXValue)
Explicitly converts an MDXValue object to an 8-bit signed integer.
MDXValue.op_Explicit (MDXValue)
Explicitly converts an MDXValue object to a Set.
MDXValue.op_Explicit (MDXValue)
Explicitly converts an MDXValue object to a single-precision floating-point number.
MDXValue.op_Explicit (MDXValue)
Explicitly converts an MDXValue object to a string.
MDXValue.op_Explicit (MDXValue)
Explicitly converts an MDXValue object to a Tuple.
MDXValue.op_Explicit (MDXValue)
Explicitly converts an MDXValue object to a 16-bit unsigned integer.
MDXValue.op_Explicit (MDXValue)
Explicitly converts an MDXValue object to a 32-bit unsigned integer.
MDXValue.op_Explicit (MDXValue)
Explicitly converts an MDXValue object to a 64-bit unsigned integer.
MDXValue.op_Explicit (Member)
Explicitly converts a Member to an MDXValue object.
MDXValue.op_Explicit (SByte)
Explicitly converts an 8-bit signed integer value to an MDXValue object.
MDXValue.op_Explicit (Set)
Explicitly converts a Set to an MDXValue object.
MDXValue.op_Explicit (Single)
Explicitly converts a single-precision floating-point number to an MDXValue object.
MDXValue.op_Explicit (String)
Explicitly converts a string to an MDXValue object.
MDXValue.op_Explicit (Tuple)
Explicitly converts a Tuple to an MDXValue object.
MDXValue.op_Explicit (UInt16)
Explicitly converts a 16-bit unsigned integer to an MDXValue object.
MDXValue.op_Explicit (UInt32)
Explicitly converts a 32-bit unsigned integer to an MDXValue object.
MDXValue.op_Explicit (UInt64)
Explicitly converts a 64-bit unsigned integer to an MDXValue object.

See Also

Reference

MDXValue Class
MDXValue Members
Microsoft.AnalysisServices.AdomdServer Namespace