MDXValue.ToInt16 方法
返回 MDXValue 对象的 16 位有符号整数表示形式。
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public Function ToInt16 As Short
用法
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
返回值
类型:Int16
一个 16 位有符号整数。