Metodo FromString
Creates a new MDXValue object from a string.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public Shared Function FromString ( _
parameter As String _
) As MDXValue
'Utilizzo
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
Parametri
- parameter
Tipo: System. . :: . .String
A string value.
Valore restituito
Tipo: Microsoft.AnalysisServices.AdomdServer. . :: . .MDXValue
An MDXValue.
Vedere anche