FromString 메서드

Creates a new MDXValue object from a string.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv.dll의 msmgdsrv

구문

‘선언
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

매개 변수