次の方法で共有


Implicit 変換 (Tuple to MDXValue)

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

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

構文

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

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

パラメーター