Conversion Implicit (Boolean to MDXValue)
Implicitly converts a Boolean 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 Boolean _
) As MDXValue
'Utilisation
Dim input As Boolean
Dim output As MDXValue
output = CType(input, MDXValue)
public static implicit operator MDXValue (
bool parameter
)
static implicit operator MDXValue^ (
bool parameter
)
JScript prend en charge l'utilisation de conversions personnalisées, mais pas la déclaration de nouvelles conversions.
Paramètres
- parameter
Type : System. . :: . .Boolean
A Boolean.
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdServer. . :: . .MDXValue
An MDXValue.