Condividi tramite


Metodo FromInt16

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

Spazio dei nomi:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Shared Function FromInt16 ( _
    parameter As Short _
) As MDXValue
'Utilizzo
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

Parametri