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