FromInt16 메서드

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

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

구문

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

returnValue = MDXValue.FromInt16(parameter)
public static MDXValue FromInt16(
    short parameter
)
public:
static MDXValue^ FromInt16(
    short parameter
)
static member FromInt16 : 
        parameter:int16 -> MDXValue 
public static function FromInt16(
    parameter : short
) : MDXValue

매개 변수