Conversion Implicit (UInt16 to MDXValue)
Implicitly converts a 16-bit unsigned integer to an MDXValue object.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Shared Widening Operator CType ( _
parameter As UShort _
) As MDXValue
'Utilisation
Dim input As UShort
Dim output As MDXValue
output = CType(input, MDXValue)
public static implicit operator MDXValue (
ushort parameter
)
static implicit operator MDXValue^ (
unsigned short parameter
)
JScript prend en charge l'utilisation de conversions personnalisées, mais pas la déclaration de nouvelles conversions.
Paramètres
- parameter
Type : System. . :: . .UInt16
A 16-bit unsigned integer.
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdServer. . :: . .MDXValue
An MDXValue.