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
- parameter
Typ: System.DateTime
A DateTime obiektu.
Wartość zwracana
Typ: Microsoft.AnalysisServices.AdomdServer.MDXValue
An MDXValue.
Zobacz także