Método ToSByte
Returns an 8-bit signed integer representation of the MDXValue object.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public Function ToSByte As SByte
'Uso
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
Valor de retorno
Tipo: System. . :: . .SByte
An 8-bit signed integer.
Consulte também