MDXValue Implicit 変換演算子

プロテクト メンバーを含める
継承したメンバーを含める

MDXValue とその他の値 (またはオブジェクト) 間の暗黙的な変換を実行します。

このメンバーはオーバーロードされます。構文、使用方法、および例などに関するこのメンバーの詳細については、オーバーロードの一覧にある名前をクリックしてください。

オーバーロードの一覧

  名前 説明
パブリック演算子静的メンバー Implicit(SByte to MDXValue) 8 ビット符号付き整数値を暗黙的に MDXValue オブジェクトに変換します。
パブリック演算子静的メンバー Implicit(Boolean to MDXValue) Boolean を暗黙的に MDXValue オブジェクトに変換します。
パブリック演算子静的メンバー Implicit(Byte to MDXValue) 8 ビット符号なし整数値を暗黙的に MDXValue オブジェクトに変換します。
パブリック演算子静的メンバー Implicit(Char to MDXValue) Unicode 文字を暗黙的に MDXValue オブジェクトに変換します。
パブリック演算子静的メンバー Implicit(DateTime to MDXValue) DateTime を暗黙的に MDXValue オブジェクトに変換します。
パブリック演算子静的メンバー Implicit(Decimal to MDXValue) decimal を暗黙的に MDXValue オブジェクトに変換します。
パブリック演算子静的メンバー Implicit(Double to MDXValue) 倍精度浮動小数点値を暗黙的に MDXValue オブジェクトに変換します。
パブリック演算子静的メンバー Implicit(Int16 to MDXValue) 16 ビット符号付き整数を暗黙的に MDXValue オブジェクトに変換します。
パブリック演算子静的メンバー Implicit(Int32 to MDXValue) 32 ビット符号付き整数を暗黙的に MDXValue オブジェクトに変換します。
パブリック演算子静的メンバー Implicit(Int64 to MDXValue) 64 ビット符号付き整数を暗黙的に MDXValue オブジェクトに変換します。
パブリック演算子静的メンバー Implicit(Single to MDXValue) 単精度浮動小数点値を暗黙的に MDXValue オブジェクトに変換します。
パブリック演算子静的メンバー Implicit(String to MDXValue) string を暗黙的に MDXValue オブジェクトに変換します。
パブリック演算子静的メンバー Implicit(UInt16 to MDXValue) 16 ビット符号なし整数を暗黙的に MDXValue オブジェクトに変換します。
パブリック演算子静的メンバー Implicit(UInt32 to MDXValue) 32 ビット符号なし整数を暗黙的に MDXValue オブジェクトに変換します。
パブリック演算子静的メンバー Implicit(UInt64 to MDXValue) 64 ビット符号なし整数を暗黙的に MDXValue オブジェクトに変換します。
パブリック演算子静的メンバー Implicit(Hierarchy to MDXValue) Hierarchy を暗黙的に MDXValue オブジェクトに変換します。
パブリック演算子静的メンバー Implicit(Level to MDXValue) Level を暗黙的に MDXValue オブジェクトに変換します。
パブリック演算子静的メンバー Implicit(Member to MDXValue) Member を暗黙的に MDXValue オブジェクトに変換します。
パブリック演算子静的メンバー Implicit(Set to MDXValue) Set を暗黙的に MDXValue オブジェクトに変換します。
パブリック演算子静的メンバー Implicit(Tuple to MDXValue) Tuple を暗黙的に MDXValue オブジェクトに変換します。

先頭に戻る

関連項目

参照

MDXValue クラス

Microsoft.AnalysisServices.AdomdServer 名前空間