Konwersja MDXValue Explicit (MDXValue to DateTime)
Konwertuje jawnie MDXValue obiektu, aby DateTime.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdServer
Zestaw: msmgdsrv (w msmgdsrv.dll)
Składnia
'Deklaracja
Public Shared Narrowing Operator CType ( _
mpMDXValue As MDXValue _
) As DateTime
'Użycie
Dim input As MDXValue
Dim output As DateTime
output = CType(input, DateTime)
public static explicit operator DateTime (
MDXValue mpMDXValue
)
static explicit operator DateTime (
MDXValue^ mpMDXValue
)
Język JScript obsługuje używanie niestandardowych rzutowań, ale nie obsługuje deklarowania nowych.
Parametry
- mpMDXValue
Typ: Microsoft.AnalysisServices.AdomdServer.MDXValue
MDXValue Obiektu.
Wartość zwracana
Typ: System.DateTime
A DateTime.
Zobacz także