Metodo FromInt16
Creates a new MDXValue object from a 16-bit signed integer.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public Shared Function FromInt16 ( _
parameter As Short _
) As MDXValue
'Utilizzo
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
Parametri
- parameter
Tipo: System. . :: . .Int16
A 16-bit signed integer value.
Valore restituito
Tipo: Microsoft.AnalysisServices.AdomdServer. . :: . .MDXValue
An MDXValue.
Vedere anche