FromInt64 메서드

Creates a new MDXValue object from a 64-bit signed integer.

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

구문

‘선언
Public Shared Function FromInt64 ( _
    parameter As Long _
) As MDXValue
‘사용 방법
Dim parameter As Long
Dim returnValue As MDXValue

returnValue = MDXValue.FromInt64(parameter)
public static MDXValue FromInt64(
    long parameter
)
public:
static MDXValue^ FromInt64(
    long long parameter
)
static member FromInt64 : 
        parameter:int64 -> MDXValue 
public static function FromInt64(
    parameter : long
) : MDXValue

매개 변수