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