共用方式為


MDXValue 類別

Provides conversion capabilities between different Microsoft.AnalysisServices.AdomdServer and value objects.

繼承階層

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MDXValue

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public NotInheritable Class MDXValue _
    Implements IDisposable
'用途
Dim instance As MDXValue
public sealed class MDXValue : IDisposable
public ref class MDXValue sealed : IDisposable
[<SealedAttribute>]
type MDXValue =  
    class
        interface IDisposable
    end
public final class MDXValue implements IDisposable

MDXValue 型別公開下列成員。

方法

  名稱 說明
公用方法 {dtor} Releases all resources used by the MDXValue.
公用方法 Dispose Releases all resources used by the MDXValue.
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法靜態成員 FromBool Creates a new MDXValue object from a Boolean.
公用方法靜態成員 FromByte Creates a new MDXValue object from an 8-bit unsigned integer.
公用方法靜態成員 FromChar Creates a new MDXValue object from a Unicode character.
公用方法靜態成員 FromDateTime Creates a new MDXValue object from a DateTime.
公用方法靜態成員 FromDecimal Creates a new MDXValue object from a decimal.
公用方法靜態成員 FromDouble Creates a new MDXValue object from a double-precision floating-point number.
公用方法靜態成員 FromHierarchy Creates a new MDXValue object from a Hierarchy object.
公用方法靜態成員 FromInt16 Creates a new MDXValue object from a 16-bit signed integer.
公用方法靜態成員 FromInt32 Creates a new MDXValue object from a 32-bit signed integer.
公用方法靜態成員 FromInt64 Creates a new MDXValue object from a 64-bit signed integer.
公用方法靜態成員 FromLevel Creates a new MDXValue object from a Level object.
公用方法靜態成員 FromMember Creates a new MDXValue object from a Member object.
公用方法靜態成員 FromSByte Creates a new MDXValue object from an 8-bit signed integer.
公用方法靜態成員 FromSet Creates a new MDXValue object from a Set object.
公用方法靜態成員 FromSingle Creates a new MDXValue object from a single-precision floating-point number.
公用方法靜態成員 FromString Creates a new MDXValue object from a string.
公用方法靜態成員 FromTuple Creates a new MDXValue object from a Tuple object.
公用方法靜態成員 FromUInt16 Creates a new MDXValue object from a 16-bit unsigned integer.
公用方法靜態成員 FromUInt32 Creates a new MDXValue object from a 32-bit unsigned integer.
公用方法靜態成員 FromUInt64 Creates a new MDXValue object from a 64-bit unsigned integer.
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 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. (覆寫 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.

上層

運算子

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

上層

備註

To convert an MDXValue to another type, you can use on of the following approaches:

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。