Konwersja MDXValue Implicit (Tuple to MDXValue)
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdServer
Zestaw: msmgdsrv (w msmgdsrv.dll)
Składnia
'Deklaracja
Public Shared Widening Operator CType ( _
parameter As Tuple _
) As MDXValue
'Użycie
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
)
Język JScript obsługuje używanie niestandardowych rzutowań, ale nie obsługuje deklarowania nowych.
Parametry
- parameter
Typ: Microsoft.AnalysisServices.AdomdServer.Tuple
A Tuple obiektu.
Wartość zwracana
Typ: Microsoft.AnalysisServices.AdomdServer.MDXValue
An MDXValue.
Zobacz także