Compartir a través de


MDXValue.FromString Método

Creates a new MDXValue object from a string.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public Shared Function FromString ( _
    parameter As String _
) As MDXValue
'Uso
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

Parámetros

Valor devuelto

Tipo: Microsoft.AnalysisServices.AdomdServer.MDXValue
A new value object from a string object.

Vea también

Referencia

MDXValue Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer