Conversion Explicit (SByte to MDXValue)
Explicitly converts an 8-bit signed 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 SByte _
) As MDXValue
'Utilisation
Dim input As SByte
Dim output As MDXValue
output = CType(input, MDXValue)
public static explicit operator MDXValue (
sbyte parameter
)
static explicit operator MDXValue^ (
signed 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. . :: . .SByte
An 8-bit signed integer.
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdServer. . :: . .MDXValue
An MDXValue.