Conversione Explicit (MDXValue to Byte)
Explicitly converts an MDXValue object to an 8-bit unsigned integer.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public Shared Narrowing Operator CType ( _
mpMDXValue As MDXValue _
) As Byte
'Utilizzo
Dim input As MDXValue
Dim output As Byte
output = CType(input, Byte)
public static explicit operator byte (
MDXValue mpMDXValue
)
static explicit operator unsigned char (
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. . :: . .Byte
An 8-bit unsigned integer.