Conversione Explicit (Char to MDXValue)
Explicitly converts a Unicode character value to an MDXValue object.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public Shared Narrowing Operator CType ( _
parameter As Char _
) As MDXValue
'Utilizzo
Dim input As Char
Dim output As MDXValue
output = CType(input, MDXValue)
public static explicit operator MDXValue (
char parameter
)
static explicit operator MDXValue^ (
wchar_t parameter
)
JScript supporta l'utilizzo di cast personalizzati, ma non la dichiarazione di nuovi cast.
Parametri
- parameter
Tipo: System. . :: . .Char
A Unicode character.
Valore restituito
Tipo: Microsoft.AnalysisServices.AdomdServer. . :: . .MDXValue
An MDXValue.