Partager via


Méthode MDXValue.FromString

Crée un objet MDXValue à partir d'une valeur string.

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

Syntaxe

'Déclaration
Public Shared Function FromString ( _
    parameter As String _
) As MDXValue
'Utilisation
Dim parameter As String 
Dim returnValue As MDXValue 

returnValue = MDXValue.FromString(parameter)
public static MDXValue FromString(
    string parameter
)
public:
static MDXValue^ FromString(
    String^ parameter
)
static member FromString : 
        parameter:string -> MDXValue
public static function FromString(
    parameter : String
) : MDXValue

Paramètres

  • parameter
    Type : String
    Valeur string.

Valeur de retour

Type : Microsoft.AnalysisServices.AdomdServer.MDXValue
Objet de valeur créé à partir d'un objet de chaîne.

Voir aussi

Référence

MDXValue Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer