Metodo ToSByte
Returns an 8-bit signed integer representation of the MDXValue object.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public Function ToSByte As SByte
'Utilizzo
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
Valore restituito
Tipo: System. . :: . .SByte
An 8-bit signed integer.
Vedere anche