ToSByte 方法

Returns an 8-bit signed integer representation of the MDXValue object.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public Function ToSByte As SByte
用法
Dim instance As MDXValue
Dim returnValue As SByte

returnValue = instance.ToSByte()
public sbyte ToSByte()
public:
signed char ToSByte()
member ToSByte : unit -> sbyte 
public function ToSByte() : sbyte

返回值

类型:System. . :: . .SByte
An 8-bit signed integer.