MDXValue Explicit 変換 (MDXValue to Tuple)

MDXValue オブジェクトを明示的に Tuple に変換します。

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

構文

'宣言
Public Shared Narrowing Operator CType ( _
    mpMDXValue As MDXValue _
) As Tuple
'使用
Dim input As MDXValue 
Dim output As Tuple 

output = CType(input, Tuple)
public static explicit operator Tuple (
    MDXValue mpMDXValue
)
static explicit operator Tuple^ (
    MDXValue^ mpMDXValue
)
JScript はカスタム キャストの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

戻り値

型: Microsoft.AnalysisServices.AdomdServer.Tuple
組オブジェクトに変換された MDX 値オブジェクトです。

関連項目

参照

MDXValue クラス

Explicit オーバーロード

Microsoft.AnalysisServices.AdomdServer 名前空間