Méthode ToSByte
Returns an 8-bit signed integer representation of the MDXValue object.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Function ToSByte As SByte
'Utilisation
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
Valeur de retour
Type : System. . :: . .SByte
An 8-bit signed integer.