MDXValue.FromString Method
Creates a new MDXValue object from a string.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Shared Function FromString ( _
parameter As String _
) As MDXValue
'Usage
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
Parameters
- parameter
Type: String
A string value.
Return Value
Type: Microsoft.AnalysisServices.AdomdServer.MDXValue
A new value object from a string object.