MDXValue.FromString 메서드

Creates a new MDXValue object from a string.

네임스페이스:  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
A new value object from a string object.

참고 항목

참조

MDXValue 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스