Método FromString
Creates a new MDXValue object from a string.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
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
- parameter
Tipo: System. . :: . .String
A string value.
Valor de retorno
Tipo: Microsoft.AnalysisServices.AdomdServer. . :: . .MDXValue
An MDXValue.