Partager via


Méthode MDXValue.FromInt16

Creates a new MDXValue object from a 16-bit signed integer.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public Shared Function FromInt16 ( _
    parameter As Short _
) As MDXValue
'Utilisation
Dim parameter As Short 
Dim returnValue As MDXValue 

returnValue = MDXValue.FromInt16(parameter)
public static MDXValue FromInt16(
    short parameter
)
public:
static MDXValue^ FromInt16(
    short parameter
)
static member FromInt16 : 
        parameter:int16 -> MDXValue
public static function FromInt16(
    parameter : short
) : MDXValue

Paramètres

  • parameter
    Type : System.Int16
    A 16-bit signed integer value.

Valeur de retour

Type : Microsoft.AnalysisServices.AdomdServer.MDXValue
A new object from a 16-bit signed integer.

Voir aussi

Référence

MDXValue Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer