ToSByte Método
Returns an 8-bit signed integer representation of the MDXValue object.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System. . :: . .SByte
An 8-bit signed integer.