Partager via


Conversion MDXValue Explicit (String to MDXValue)

Convertit explicitement un string en objet MDXValue.

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

Syntaxe

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

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

Paramètres

  • parameter
    Type : String
    string.

Valeur de retour

Type : Microsoft.AnalysisServices.AdomdServer.MDXValue
Objet de chaîne converti en objet de valeur MDX.

Voir aussi

Référence

MDXValue Classe

Surcharge Explicit

Espace de noms Microsoft.AnalysisServices.AdomdServer