次の方法で共有


MDXValue Class

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

名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.dll 内)

構文

'宣言
<SuppressMessageAttribute("Microsoft.Naming", "CA1705:LongAcronymsShouldBePascalCased")> _
Public NotInheritable Class MDXValue
    Implements IDisposable
[SuppressMessageAttribute("Microsoft.Naming", "CA1705:LongAcronymsShouldBePascalCased")] 
public sealed class MDXValue : IDisposable
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1705:LongAcronymsShouldBePascalCased")] 
public ref class MDXValue sealed : IDisposable
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1705:LongAcronymsShouldBePascalCased") */ 
public final class MDXValue implements IDisposable
SuppressMessageAttribute("Microsoft.Naming", "CA1705:LongAcronymsShouldBePascalCased") 
public final class MDXValue implements IDisposable

解説

MDXValue を他の型に変換するには、次のいずれかの方法を使用します。

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

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

継承階層

System.Object
  Microsoft.AnalysisServices.AdomdServer.MDXValue

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

MDXValue Members
Microsoft.AnalysisServices.AdomdServer Namespace