Konwersja MDXValue Implicit (Boolean to MDXValue)
Niejawnie konwertuje wartość logiczna do MDXValue obiektu.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdServer
Zestaw: msmgdsrv (w msmgdsrv.dll)
Składnia
'Deklaracja
Public Shared Widening Operator CType ( _
parameter As Boolean _
) As MDXValue
'Użycie
Dim input As Boolean
Dim output As MDXValue
output = CType(input, MDXValue)
public static implicit operator MDXValue (
bool parameter
)
static implicit operator MDXValue^ (
bool parameter
)
Język JScript obsługuje używanie niestandardowych rzutowań, ale nie obsługuje deklarowania nowych.
Parametry
- parameter
Typ: System.Boolean
A wartość logiczna.
Wartość zwracana
Typ: Microsoft.AnalysisServices.AdomdServer.MDXValue
An MDXValue.
Zobacz także