次の方法で共有


MDXValue クラス

各種 Microsoft.AnalysisServices.AdomdServer オブジェクト間および値オブジェクト間の変換機能を提供します。

名前空間:  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 を他の型に変換するには、次のいずれかの方法を使用します。

  • ToMemberToStringToTuple などの To 系のメソッドを使用する。

  • 言語固有のキャストを使用する。

継承階層

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

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。