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