MDXValue.ToSByte 方法
返回 MDXValue 对象的 8 位有符号整数表示形式。
命名空间: 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
返回值
类型:SByte
一个 8 位有符号整数。