Explicit 変換 (MDXValue to Hierarchy)
名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.dll)
構文
'宣言
Public Shared Narrowing Operator CType ( _
mpMDXValue As MDXValue _
) As Hierarchy
'使用
Dim input As MDXValue
Dim output As Hierarchy
output = CType(input, Hierarchy)
public static explicit operator Hierarchy (
MDXValue mpMDXValue
)
static explicit operator Hierarchy^ (
MDXValue^ mpMDXValue
)
JScript はカスタム キャストの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- mpMDXValue
型: Microsoft.AnalysisServices.AdomdServer. . :: . .MDXValue
MDXValue オブジェクトです。