Freigeben über


MDXValue.ToInt16-Methode

Returns a 16-bit signed integer representation of the MDXValue object.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Function ToInt16 As Short
'Usage
Dim instance As MDXValue 
Dim returnValue As Short 

returnValue = instance.ToInt16()
public short ToInt16()
public:
short ToInt16()
member ToInt16 : unit -> int16
public function ToInt16() : short

Rückgabewert

Typ: System.Int16
A 16-bit signed integer.

Siehe auch

Verweis

MDXValue Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace