共用方式為


MDXValue Explicit 轉換運算子

包含保護的成員
包含繼承的成員

Converts an MDXValue object into another type.

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

多載 清單

  名稱 說明
公用運算子靜態成員 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.

上層

請參閱

參考

MDXValue 類別

Microsoft.AnalysisServices.AdomdServer 命名空間