共用方式為


Implicit 轉換運算子

Implicitly converts between an MDXValue and other values or objects.

此成員已超載。如需此成員完整的詳細資訊 (包括語法、使用狀況及範例),按一下多載清單中的名稱。

多載 清單

  名稱 說明
公用運算子靜態成員 Implicit Widening Implicit Implicit Implicit(SByte to MDXValue) Implicitly converts an 8-bit signed integer to an MDXValue object.
公用運算子靜態成員 Implicit Widening Implicit Implicit Implicit(Boolean to MDXValue) Implicitly converts a Boolean to an MDXValue object.
公用運算子靜態成員 Implicit Widening Implicit Implicit Implicit(Byte to MDXValue) Implicitly converts an 8-bit unsigned integer to an MDXValue object.
公用運算子靜態成員 Implicit Widening Implicit Implicit Implicit(Char to MDXValue) Implicitly converts a Unicode character to an MDXValue object.
公用運算子靜態成員 Implicit Widening Implicit Implicit Implicit(DateTime to MDXValue) Implicitly converts a DateTime to an MDXValue object.
公用運算子靜態成員 Implicit Widening Implicit Implicit Implicit(Decimal to MDXValue) Implicitly converts a decimal to an MDXValue object.
公用運算子靜態成員 Implicit Widening Implicit Implicit Implicit(Double to MDXValue) Implicitly converts a double-precision floating-point number to an MDXValue object.
公用運算子靜態成員 Implicit Widening Implicit Implicit Implicit(Int16 to MDXValue) Implicitly converts a 16-bit signed integer to an MDXValue object.
公用運算子靜態成員 Implicit Widening Implicit Implicit Implicit(Int32 to MDXValue) Implicitly converts a 32-bit signed integer to an MDXValue object.
公用運算子靜態成員 Implicit Widening Implicit Implicit Implicit(Int64 to MDXValue) Implicitly converts a 64-bit signed integer to an MDXValue object.
公用運算子靜態成員 Implicit Widening Implicit Implicit Implicit(Single to MDXValue) Implicitly converts a single-precision floating-point number to an MDXValue object.
公用運算子靜態成員 Implicit Widening Implicit Implicit Implicit(String to MDXValue) Implicitly converts a string to an MDXValue object.
公用運算子靜態成員 Implicit Widening Implicit Implicit Implicit(UInt16 to MDXValue) Implicitly converts a 16-bit unsigned integer to an MDXValue object.
公用運算子靜態成員 Implicit Widening Implicit Implicit Implicit(UInt32 to MDXValue) Implicitly converts a 32-bit unsigned integer to an MDXValue object.
公用運算子靜態成員 Implicit Widening Implicit Implicit Implicit(UInt64 to MDXValue) Implicitly converts a 64-bit unsigned integer to an MDXValue object.
公用運算子靜態成員 Implicit Widening Implicit Implicit Implicit(Hierarchy to MDXValue) Implicitly converts a Hierarchy to an MDXValue object.
公用運算子靜態成員 Implicit Widening Implicit Implicit Implicit(Level to MDXValue) Implicitly converts a Level to an MDXValue object.
公用運算子靜態成員 Implicit Widening Implicit Implicit Implicit(Member to MDXValue) Implicitly converts a Member to an MDXValue object.
公用運算子靜態成員 Implicit Widening Implicit Implicit Implicit(Set to MDXValue) Implicitly converts a Set to an MDXValue object.
公用運算子靜態成員 Implicit Widening Implicit Implicit Implicit(Tuple to MDXValue) Implicitly converts a Tuple to an MDXValue object.

上層