MDXValue.FromString メソッド

string から新しい MDXValue オブジェクトを作成します。

名前空間:  Microsoft.AnalysisServices.AdomdServer
アセンブリ:  msmgdsrv (msmgdsrv.dll)

構文

'宣言
Public Shared Function FromString ( _
    parameter As String _
) As MDXValue
'使用
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

パラメーター

戻り値

型: Microsoft.AnalysisServices.AdomdServer.MDXValue
文字列オブジェクトからの新しい値オブジェクトです。

関連項目

参照

MDXValue クラス

Microsoft.AnalysisServices.AdomdServer 名前空間