Udostępnij przez


Konwersja MDXValue Explicit (DateTime to MDXValue)

Konwertuje jawnie DateTime wartość MDXValue obiektu.

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

Składnia

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

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

Parametry