Udostępnij przez


Konwersja MDXValue Implicit (Int32 to MDXValue)

Niejawnie konwertuje 32-bitowa podpisana liczba całkowita do MDXValue obiektu.

Przestrzeń nazw:  Microsoft.AnalysisServices.AdomdServer
Zestaw:  msmgdsrv (w msmgdsrv.dll)

Składnia

'Deklaracja
Public Shared Widening Operator CType ( _
    parameter As Integer _
) As MDXValue
'Użycie
Dim input As Integer
Dim output As MDXValue

output = CType(input, MDXValue)
public static implicit operator MDXValue (
    int parameter
)
static implicit operator MDXValue^ (
    int parameter
)
Język JScript obsługuje używanie niestandardowych rzutowań, ale nie obsługuje deklarowania nowych.

Parametry

  • parameter
    Typ: System.Int32
    Całkowitą podpisane 32-bitowych.