Partager via


Conversion MDXValue Explicit (Byte to MDXValue)

Explicitly converts an 8-bit unsigned integer value to an MDXValue object.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public Shared Narrowing Operator CType ( _
    parameter As Byte _
) As MDXValue
'Utilisation
Dim input As Byte 
Dim output As MDXValue 

output = CType(input, MDXValue)
public static explicit operator MDXValue (
    byte parameter
)
static explicit operator MDXValue^ (
    unsigned char parameter
)
JScript prend en charge l'utilisation de conversions personnalisées, mais pas la déclaration de nouvelles conversions.

Paramètres

  • parameter
    Type : System.Byte
    An 8-bit unsigned integer.

Valeur de retour

Type : Microsoft.AnalysisServices.AdomdServer.MDXValue
The converted 8-bit unsigned integer into a MDX value object.

Voir aussi

Référence

MDXValue Classe

Surcharge Explicit

Espace de noms Microsoft.AnalysisServices.AdomdServer