Méthode MDXValue.ToSByte
Retourne une représentation d'entier signé 8 bits de l'objet MDXValue.
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 : SByte
Entier signé 8 bits.