Conversão MDXValue Explicit (Hierarchy to MDXValue)
Explicitly converts a Hierarchy to an MDXValue object.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public Shared Narrowing Operator CType ( _
parameter As Hierarchy _
) As MDXValue
'Uso
Dim input As Hierarchy
Dim output As MDXValue
output = CType(input, MDXValue)
public static explicit operator MDXValue (
Hierarchy parameter
)
static explicit operator MDXValue^ (
Hierarchy^ parameter
)
JScript dá suporte ao uso de casts personalizados, mas não à declaração de casts novos.
Parâmetros
- parameter
Tipo: Microsoft.AnalysisServices.AdomdServer.Hierarchy
A Hierarchy object.
Valor de retorno
Tipo: Microsoft.AnalysisServices.AdomdServer.MDXValue
The converted hierarchy object into a MDX value object.