MDXValue.ToSByte Method

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

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

Syntax

'Declaration
Public Function ToSByte As SByte
'Usage
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

Return Value

Type: SByte
An 8-bit signed integer.

See Also

Reference

MDXValue Class

Microsoft.AnalysisServices.AdomdServer Namespace