共用方式為


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.