MDXValue.op_Implicit Method

Implicitly converts between an MDXValue and other values or objects.

Overload List

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

See Also

Reference

MDXValue Class
MDXValue Members
Microsoft.AnalysisServices.AdomdServer Namespace